|
|
back to boardDiscussion of Problem 1020. Ropewrong problem Posted by xdex 27 Mar 2003 11:47 problem says : The standard output should contain in its only line a real number with two digits precision (after a decimal point) — a length of the rope. but then i send code like this : write(trunc(len*100)/100 : 0 : 2); i got WA, then i changed it to write(len : 0 : 2); i got AC. |
|
|