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
gudumtuharika: 2023-04-22 19:04:34

<snip>
[Simes]: well aren't you clever?

Last edit: 2023-04-23 17:02:57
dava0412_: 2023-04-14 08:14:49

hai mamat

faris2903_: 2023-04-14 08:14:29

EZPZ

faris2903_: 2023-04-14 08:14:01

HAHAY

medehgui: 2023-04-10 12:47:36

:|

crazy_obama: 2023-04-03 09:16:45

this is to ez

hruthik2004: 2023-03-11 10:15:57

Yes

a2019604575_a: 2023-03-06 10:52:48

<snip>
[Simes]: not relevant here

Last edit: 2023-03-06 14:00:20
a2019604575_a: 2023-03-06 10:52:15

<snip>
[Simes]: not relevant here

Last edit: 2023-03-06 14:00:27
conghtbg27: 2023-03-03 10:36:06

<snip>
[Simes]: still not relevant here

Last edit: 2023-03-03 17:07:40

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