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
rohit_karishma: 2018-03-29 21:03:34

did it gracefully.....love myself

taco: 2018-03-25 03:39:19

In C, I did it properly in 49 lines and then for fun in 1 line (of 77 characters including spaces).

ashutosh_7: 2018-03-21 15:41:08

what is the array size?

ducminh: 2018-03-15 17:47:23

So (in Pascal) are we expected to read the number by readln and print them by write?

ravikg4037: 2018-03-09 11:31:17

what array size should we choose

jhanji999: 2018-03-06 14:51:30

u can use lists in python and array in c,c++,java

bora7250: 2018-03-04 08:23:14

ez. AC

nhunh: 2018-02-27 02:18:18

You might not know: 42 in Japanese is "shi" (four) "ni" (two) and is pronounced similar to "death" although they are presented by different kanji. Pretty meaningful this problem is, isnt it?

titty_33: 2018-02-20 10:56:26

AMAZING, I'VE NEVER SEEN SOMETHING LIKE THIS!!

duggaraju_2000: 2018-02-17 07:41:11

just not accepting some of the test cases


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