fork download
  1. while True:
  2. input = int(raw_input())
  3. if input == 42:
  4. break
Runtime error #stdin #stdout 0.02s 4676KB
stdin
2
8
4
2

6
8
4
2
42
stdout
Standard output is empty