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

shubh_1812: 2020-05-13 17:03:31

can anyone tell me plz how to know the number of input ?
means till when we can take input and how.

iamsuyash_25: 2020-05-12 16:59:38

can anyone tell me plz where the loop will stop

ayon_suchok37: 2020-05-12 09:54:13

For a beginner like me,it's very difficult program to start with.


Added by:mima
Date:2004-05-01
Time limit:1s
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%
374 74