- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
int i = (int)Math.pow(10, (n - 1));
int max = i*5;
int count = 0;
for (i = i; i < max; i++) { // i = i ??
if (isUnique(i, i*2, n)) {
count++;
System.out.printf("%s %s \n", i, i*2);
}
tirinox 02.02.2013 15:25 # +4
???
tirinox 02.02.2013 15:26 # 0
absolut 02.02.2013 18:01 # +1
roman-kashitsyn 02.02.2013 18:26 # +3
Govnocoder#0xFF 02.02.2013 18:36 # −2
bormand 02.02.2013 18:53 # +1
haker 02.02.2013 19:59 # +2
надо
bormand 02.02.2013 20:01 # 0