#1. Life, the Universe, and Everything

いちおう訳しておく。

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.
人生、宇宙、すべての答え」を力業で求めるプログラムを書きましょう。正確に言うと、入力された小さな数をそのまま返すプログラムを書きましょう。42が入力されたらプログラムを停止してください。入力される数字は、1けたか2けたの整数です。

Example

Input:
1
2
88
42
99

Output:
1
2
88