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
|
||||||||||||||
2018-03-04 08:23:14
ez. AC |
||||||||||||||
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? |
||||||||||||||
2018-02-20 10:56:26
AMAZING, I'VE NEVER SEEN SOMETHING LIKE THIS!! |
||||||||||||||
2018-02-17 07:41:11
just not accepting some of the test cases |
||||||||||||||
2018-02-08 17:14:05
how to get input data and how to output the result? |
||||||||||||||
2018-02-06 05:09:13
can we use arrays |
||||||||||||||
2018-02-03 10:40:51
Question is bit vague, otherwise cool question. AC (^~^) |
||||||||||||||
2018-01-23 22:48:56
I am trying with java, I don't understand how to output the numbers, should I just print to screen? The question is completely not clear |
||||||||||||||
2018-01-22 11:14:58
Done it with queue :))) |
||||||||||||||
2018-01-18 18:22:02
AC in one go My 100th :') |