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.


hide comments
:D: 2010-03-04 12:31:26

This is a special kind of problem where you paste only the solution, not the program that will generate or compute the solution.

nishaanth: 2010-01-31 10:02:36

be careful about balancing parantheses...it costed me 10 submissions.. :P

Smithers: 2009-08-10 23:02:45

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! :)

Raghunath Babu T J: 2009-06-04 17:28:48

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
Moshiur Rahman: 2009-02-21 18:55:50

Very easy to do by hand! but can be a little challenging to generate by a program.


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.