Pull to refresh
0
0
Sergey @sibryle

FI/CO/PS administrator

Send message
public class Program {
public static int[] Puzzle(int n) {
int [] x = new int[n];
for (int i = 0; i < n; i++) x[i] = i;
return x;
}
}

Information

Rating
Does not participate
Location
Славутич, Киевская обл., Украина
Registered
Activity