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
|
|||||||||||||
2013-04-19 15:05:07 :-)
nice problem |
|||||||||||||
2013-02-17 00:15:47 The Mundane Programmer
Ha ha ha... Its Fun....... |
|||||||||||||
2013-01-16 17:33:22 amitabh songara
very easy problem..... |
|||||||||||||
2012-12-28 17:49:33 Yo Yo Honey Singh
easy... if u get the trick... :) |
|||||||||||||
2012-10-16 07:37:05 Xyz
yes it was damn easy, mathematically speaking |
|||||||||||||
2012-09-22 18:14:35 eliminator
fun... :)notice parentheses |
|||||||||||||
2012-09-17 20:02:25 Mostafa 36a2
I Was Totally stupid trying to learn TEXT Programming Language ... 2 Days On Google ... With AC at last Thanks GOD |
|||||||||||||
2012-08-26 11:22:50 Matt HK Lo
@Cocks I believe the committed answers are verified by program since there are many possible answers for a single case. So I guess that 0.01 seconds should be the running time of that program and you can do nothing about it. |
|||||||||||||
2012-08-04 23:38:17 Richard Cocks
0.01 seconds? How do I optimise my text so it's 0.00 seconds? ^_^ |
|||||||||||||
2012-05-22 16:32:13 adzen
Even it can be done manually (if you figure out the rule), it is still a good programming exercise. :) (I'm too lazy to write code for this problem...XDDrz) |