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
|
||||||||||||||
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. |