fork download
  1. while((num = readline()) != 42) {
  2. print(num);
  3. }
Runtime error #stdin #stdout 0.12s 4988KB
stdin
13
stdout
13