|
|
back to boardWhy Wa 5# (This solution is right)? Why I don't get AC here is my code: var n,k,m,AC:integer; begin readln(n,k); m:=n div 2; if k=m then AC:=0; if k<m then AC:=m-k; if k>m then AC:=k-m-1; write(AC); end. Re: Why Wa 5# (This solution is right)? 5 3 ans 0 Re: Why Wa 5# (This solution is right)? n is even |
|
|