fork download
  1. s = 0
  2. n = 0
  3. while s < 101:
  4. s = s + 8
  5. n = n + 2*2
  6. print(n)
Success #stdin #stdout 0.01s 7232KB
stdin
Standard input is empty
stdout
52