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
snorlax186: 2020-06-20 20:32:26

AC in one go

buixuantung16: 2020-06-16 04:12:19

bú hảo 1 đấm ac

chaitzz2699: 2020-06-14 12:48:12

how to do it in python!?

pydoc08: 2020-06-05 22:29:25

while until a!=42 then take input and check if no is not 42 then print it.

sanath26: 2020-05-31 08:40:08

we can use infinite loop to take input and print output. Break loop when 42 is inputted, that's it.

Last edit: 2020-05-31 08:43:00
f3j409f: 2020-05-30 23:06:04

Is the input from stdin? Where is it from?

toraudonn: 2020-05-27 16:13:32

do while if input is 42, break.

aryan__0406: 2020-05-23 20:25:08

@pranto09 Spoj community warns you to first learn the spelling of solved.

pranto09: 2020-05-23 10:02:05

How to sloved it

yash_k_rajani: 2020-05-15 14:55:30

can somne one help me with the answer


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