fork download
  1. for i in range(0, 100):
  2. if (i**3) % 100 == 56:
  3. print i
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
36
86