update
This commit is contained in:
Binary file not shown.
@@ -9,8 +9,9 @@ namespace Listak {
|
|||||||
static void Main(string[] args) {
|
static void Main(string[] args) {
|
||||||
List<int> szamok = new List<int>();
|
List<int> szamok = new List<int>();
|
||||||
Random random = new Random();
|
Random random = new Random();
|
||||||
|
ulong darab = Convert.ToUInt64(Console.ReadLine());
|
||||||
|
|
||||||
for (int i = 0; i < random.Next(10,100); i++) {
|
for (ulong i = 0; i < darab; i++) {
|
||||||
szamok.Add(random.Next(10, 100));
|
szamok.Add(random.Next(10, 100));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user