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
|
|||||||||||||
2014-02-14 06:40:37 RAJAT SINGH
easy one got AC in first attempt .......only have to get trick and then simple maths |
|||||||||||||
2014-02-13 05:03:30 ABHISHEK MANGAL
WA - even though i am pretty sure I have got it right. Please tell me if there are any specifications of presenting the output. It shows the option as " text file " when I am submitting the solution. Does this mean I don't need to code it ??? Last edit: 2014-02-13 05:03:47 |
|||||||||||||
2013-11-28 17:08:27 Alexandre Henrique Afonso Campos
Coded it in Python to get the answer. |
|||||||||||||
2013-11-16 14:09:06 Rahul Jain
unable to get the logic |
|||||||||||||
2013-08-17 15:31:13 RAHUL
nice trick :) Last edit: 2013-08-17 15:35:37 |
|||||||||||||
2013-08-09 10:03:24 saddahaq
very easy..if u get the trick..:D |
|||||||||||||
2013-07-30 05:55:19 ROHIT KUMAR
finally, "AC" :) Last edit: 2013-07-30 05:56:26 |
|||||||||||||
2013-07-18 19:51:33 Pooshkar Rajiv
Knowledge is "power" |
|||||||||||||
2013-04-26 05:09:37 Soda Lee
That was fun! |