var n = 0 while (n*n % 1000000 != 269696) { n += 2 } say n
25264
Last updated 1 year ago
Was this helpful?