TEST - 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.

Example

Input:
1
2
88
42
99

Output:
1
2
88

Information

In case of any problems with your code, you can take a look in the forum, you'll find the answer, only for this problem, in various languages.


hide comments
hoanganh1409: 2023-09-09 17:11:45

holy

ravi_25: 2023-09-08 13:54:46

i solved it

Last edit: 2023-09-08 13:55:20
bhargav30053: 2023-08-30 06:58:18

<int>
<imp declared>

Last edit: 2023-08-30 06:58:38
phu15: 2023-08-14 04:04:47

i solved it))

klu2300090036: 2023-08-12 08:50:31

,;)

klu2300031413: 2023-08-11 12:07:28

Haaaa

klu2300030892: 2023-08-09 07:07:42

#HAHAY

bushhuang: 2023-07-09 15:16:47

Good problem!

ht321ht: 2023-06-28 04:39:46

<snip>
[Simes]: No thanks, we don't share solutions.

Last edit: 2023-06-28 08:38:37
nithishkumar05: 2023-06-13 03:49:47

);


Added by:mima
Date:2004-05-01
Time limit:10s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All
Resource:Douglas Adams, The Hitchhiker's Guide to the Galaxy

Problem's scores 2 votes

Concept difficulty
Concept difficulty 6%
Implementation difficulty
Implementation difficulty 7%
369 74