|
|
вернуться в форумwrong problem Послано xdex 27 мар 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. |
|
|