Submit | All submissions | Best solutions | Back to list |
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.
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 |
hide comments
|
||||||||||||||
2023-10-11 14:54:01
wtf is this question asking for |
||||||||||||||
2023-10-03 05:57:36
mongol hun bnshde |
||||||||||||||
2023-10-03 03:51:30
MONGOL HUN BNU END Aiiii |
||||||||||||||
2023-10-03 03:50:56
ENE APPAR YAADG BNA |
||||||||||||||
2023-10-02 09:40:55
In your journey with you won't be in the dark about your academic performance. We provide regular progress reports to help you stay on track. Last edit: 2023-10-02 09:50:03 |
||||||||||||||
2023-09-25 19:53:20
problem is very confusing. many are saying, just take input and stop as soon as it is 42 without printing it and print it if is not 42. But, if that is the case, how come input has 99. If 99 is there, means that first we have accept all the inputs, and go through it and print only till 42. But, in that case how do we know how many inputs to take ? Very confusing question. Logic is simple, confusion is created by the way question is written. Usually these kind of question on leetcode or HackerRank have first line indicating the no. of inputs to be taken. But here nothing of that sort is given. Last edit: 2023-09-25 19:53:45 |
||||||||||||||
2023-09-11 11:06:03
lol |
||||||||||||||
2023-09-09 17:11:45
holy |
||||||||||||||
2023-09-08 13:54:46
i solved it Last edit: 2023-09-08 13:55:20 |
||||||||||||||
2023-08-30 06:58:18
<int> <imp declared> Last edit: 2023-08-30 06:58:38 |