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-08-30 19:41:15 Shaurya
i'm not getting the problem. Can anyone will explain plz. |
||||||||||||||
2014-08-25 01:29:43 .:: Jarv1s ::.
Knowledge is power, yes, use your knowledge. Guys don't do it by hand otherwise you'll miss an awesome feeling! Last edit: 2014-08-25 10:58:00 |
||||||||||||||
2014-07-13 17:04:28 Saurabh Goyal
the best ever recursive function, I wrote. Last edit: 2014-07-13 17:05:03 |
||||||||||||||
2014-07-08 04:10:05 Anubhav Balodhi
as simple as it gets :-) |
||||||||||||||
2014-06-29 00:53:36 Soma
i think i got the logic and my answer is correct but i am getting WA.../ could some one check my solution id=11843714 |
||||||||||||||
2014-04-11 19:51:15 ওয়াসী (Wasi)
@Muhammad Fahrul Razi Try A Very Easy Problem! (Challenge Mode) |
||||||||||||||
2014-04-11 13:34:17 Muhammad Fahrul Razi
You don't need to code this problem :p. I think it can be more interisting if it's using "input" :D |
||||||||||||||
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. |