5 lines
53 B
Text
5 lines
53 B
Text
|
|
while n * n mod 1000000 <> 269696
|
||
|
|
n += 1
|
||
|
|
.
|
||
|
|
print n
|