|
|
back to boardWhat a strange checking system... At first time I wrote the following code and got WA on test 1: WriteLn(Result); {Result was Extended} Then I changed it on WriteLn(Result:0:0) and got AC. It's strange, isn't it? I think that both first and second variants of output must be possible. You are wrong. See the text: "The output consists of a single _integer_ value for Fn" (-) |
|
|