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
|
|||||||||||||
2012-04-19 08:24:46 PubLic_AvenGeR
Definitely worth doing by programming,,,gr8 fun.Not d easiest by any means :) |
|||||||||||||
2012-03-12 18:29:57 Shaily Mittal
Why i am getting WA again and again...., please check code 6643138 |
|||||||||||||
2012-01-19 15:40:14 Erben
Damn parentheses! They costed me 5 submissions :( |
|||||||||||||
2011-10-31 11:41:13 Kumar Harsh
DO it with programming... surely not the "easiest" one, and not as straightforward as you may assume... but it was really fun doing it! |
|||||||||||||
2011-06-01 06:38:06 Santiago Palacio
I agree with randomguywithoutaname, it was fun! |
|||||||||||||
2011-04-18 17:47:19 Omar Simón Francisco Prieto Chacón - osfprieto
I don't understand, why 137 is equal to 2(2(2(2(0)))+2(2(0))+2(0))+2(2(2(0))+2(0))+2(0)? just putting the numbers each one in a new line is not enough? |
|||||||||||||
2011-03-05 18:41:54 randomguywithoutaname
This was fun, and I found it easier to just write code to come up with the solution. It should be made into a coding problem! |
|||||||||||||
2010-07-06 11:21:06 :D
Re: Bharath Kumar M J: You should just post the anwser for this problem, not a program (that's what text input means). Re: Vishal Vivek: compiling may be printed by the judge even when there's no compilation (like intepreted languages). And you're getting WA because you're anwser is wrong :). |
|||||||||||||
2010-07-05 18:48:56 Vishal Vivek
Why does it say 'compiling' when I submit it in 'TEXT' and say wrong answer? |