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
cryo: 2018-06-02 16:38:45

what the hell is this question in sample test cases it has no's even after 42

phantt: 2018-05-27 11:50:25

what?

l_pepe: 2018-05-23 22:44:44

it said runtime error

khanhluong: 2018-05-14 03:54:21

2 lines in Python :)))

gcs07: 2018-04-24 06:15:32

The statement for the problem isn't very clear about when to stop reading the input. I know that when "42" is found, the program must stop the output. But when it will stop getting input? In the input example it gets another number after "42", wich is "99", and I know that number of digits can not be greater than 2. So, what's the proper way for the input? I keep getting wrong answer and runtime errors

Last edit: 2018-04-24 06:17:57
smriti21: 2018-04-22 22:44:08

I am getting the required output in ideone.com but its not submitting here.How can I check?

joita: 2018-04-21 18:08:53

it is saying compilation error
gcc -c -pipe -O2 test.adb
test.adb:1:01: illegal character
test.adb:4:01: illegal character, replaced by "("
test.adb:7:09: illegal character, replaced by "("
test.adb:9:21: == should be =
test.adb:10:17: illegal character, replaced by "("
test.adb:12:17: illegal character, replaced by ")"
test.adb:14:17: illegal character, replaced by "("
test.adb:16:17: illegal character, replaced by ")"
test.adb:17:09: illegal character, replaced by ")"
test.adb:18:01: illegal character, replaced by ")"
gnatmake: "test.adb" compilation error


what to do now?

zzlaodaizz7: 2018-04-19 09:31:20

ok

Last edit: 2018-04-19 11:32:18
suhailahmad46: 2018-04-12 19:48:35

how to see our submitted code in this website

nikola8155: 2018-04-11 11:15:44

siema


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