fork download
  1. n = int(raw_input())
  2. while n != 42:
  3. print n
  4. n = int(raw_input())
Success #stdin #stdout 0.02s 7288KB
stdin
1
2
10
42
11
43
54
867
97
45
2
2
3
43
436
565
45
34
34
56
74
85
656
9794
8645
2346
3754
547
56
856
895352
568
794
643
345
43
stdout
1
2
10