fork download
  1. s=175
  2. n=0
  3. while s+n<300:
  4. s=s-5
  5. n=n+25
  6. print(n)
Success #stdin #stdout 0.07s 14220KB
stdin
Standard input is empty
stdout
175