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
rahulwahi:
2015-08-10 20:58:04
my 50th!
|
|
Vipul Sarin:
2015-07-07 19:55:03
AC on first go! Spent the whole day on it tho. Guess my recursion wasn't as good as I thought. This definitely helped. A great problem. |
|
Saurabh Kumar Singh:
2015-07-02 00:51:27
When u see the output format after a WA -_- Last edit: 2015-07-02 00:52:47 |
|
vasayashwanth:
2015-06-23 06:28:57
Hint : 2(0) refers to 2 power 0 (2^0) |
|
:.Mohib.::
2015-06-08 09:54:46
Enjoyed....nice prob... :) |
|
Maverick:
2015-05-30 00:02:34
!! forgot "x=" :) |
|
Pradd:
2015-05-25 15:45:23
Write it in Code rather than doing by hand. The most satisfying recursive function I've ever created :D |
|
shubham pandey:
2015-05-11 15:25:20
easy one my 50th :) |
|
ashoka:
2015-04-10 08:18:25
The "Submit solution" has only text format. Uploading code didn't work. Need to paste only the output (the 7 lines). |
|
Justin Roberts:
2015-04-02 02:16:33
Count me in the crowd that forgot the "%d=" and got multiple WA for that mistake. |
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. |