Submit | All submissions | Best solutions | Back to list |
EASYPROB - A Very Easy Problem! |
Input
There's no input.
Output
Output some form of these numbers: 137, 1315, 73, 136, 255, 1384, 16385, one per line in the listed order.
Example
The first two lines of the CORRECT output file are:
137=2(2(2)+2+2(0))+2(2+2(0))+2(0) 1315=2(2(2+2(0))+2)+2(2(2+2(0)))+2(2(2)+2(0))+2+2(0)
The correct output file should contain 7 lines.
Added by: | Fudan University Problem Setters |
Date: | 2007-07-13 |
Time limit: | 0.100s |
Source limit: | 500B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | TEXT |
Resource: | You can imagine it. |
hide comments
|
|||||||||||||
2010-03-04 12:31:26 :D
This is a special kind of problem where you paste only the solution, not the program that will generate or compute the solution. |
|||||||||||||
2010-01-31 10:02:36 nishaanth
be careful about balancing parantheses...it costed me 10 submissions.. :P |
|||||||||||||
2009-08-10 23:02:45 Smithers
Of course it is allowed to do this by hand, but coding it is much more fun! Unrelatedly, I would have put: 137=2(2(2(2(0)))+2(2(0))+2(0))+2(2(2(0))+2(0))+2(0) but maybe that's just me! :) |
|||||||||||||
2009-06-04 17:28:48 Raghunath Babu T J
huh got fed up typing 2 0 ( ) +......:) |
|||||||||||||
2009-05-01 05:57:36 **
'21 Lines of C++',That's enough. :) Last edit: 2009-05-01 05:58:33 |
|||||||||||||
2009-02-21 18:55:50 Moshiur Rahman
Very easy to do by hand! but can be a little challenging to generate by a program. |