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
|
||||||||||||||
2015-03-08 13:11:08 La Van Tien
Just read the problem carefully and you will find out. |
||||||||||||||
2015-03-03 11:48:57 Pachiyannan M
I have used C & C++. I got error in including header files. But i have experience in programming of c,c++ using Turbo C,C++. Please suggest me the way to get learn to program here in C,C++ re(vamsi): solution is available in C, C++ subforum or you can post your query there Last edit: 2015-03-03 13:04:41 |
||||||||||||||
2015-03-01 19:49:22 Kulanshu vashisht
how many inputs we have to take???? |
||||||||||||||
2015-02-28 23:13:21 manisha chejara
I am getting run time error which is not coming in my linux,where is it ,i am not getting |
||||||||||||||
2015-02-19 22:10:25 chitranjan singh
i have written perfect code in c++ , but it shows that iostream cant be included Last edit: 2015-02-28 16:21:31 |
||||||||||||||
2015-01-30 15:30:22 Senthil Vidhiyakar
How many nos should be processed.. No limit is given here re(vamsi): stop when you read 42 Last edit: 2015-02-28 06:35:55 |
||||||||||||||
2015-01-29 09:29:34 Sanjay Singh
It runs like a cake.. but still what and how a input will be passed is quite ambiguous. |
||||||||||||||
2015-01-25 09:43:59 Priyam-the-great
The easiest problem in SPOJ. AC in one go :-) |
||||||||||||||
2015-01-23 16:11:32 vishal sahu
how many no. we have to take? |
||||||||||||||
2015-01-20 03:21:05 Vishal Chaudhary
its showing runtime error (SIGSEGV) but my code works fine in code blocks |