1056.Life, the Universe, and Everything
Status Time Memory Lang. Submit Date

1056.Life, the Universe, and Everything

Time Limit:1000MS  Memory Limit:65535KB
Description

Your program is to use the brute-force approach in order to find the Answer to Life, the Universe, and Everything. More precisely… 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.

Input

As Sample Input

Output

As Sample Output

Sample test
Sample input
1
2
88
42
99
Sample output
1
2
88
Note
Tags
Post editorial
Editorials
Login before submit
Test Input
Test Output
Console
IDE Setting
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。