Problem1039--Life, the Universe, and Everything

1039: Life, the Universe, and Everything

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 4213  Solved: 2770
[Submit] [Status] [Web Board] [Creator:]

Description

Please rewrite small numbers from input to output. Stop processing input after reading in the number 42. All numbers at input are integers of one or two digits.
请将很小的数从输入重写到输出。当读到数字 42 时停止处理输入。所有在输入的数字都只有 1 或 2 位数。

Input

多行输入,输入满足题意。

Output

多行输出,输出满足题意要求的字符串。

Sample Input

1
2
88
42
99

Sample Output

1
2
88

Source/Category


[Submit] [Status]