|
|
back to boardhelp! Posted by Dima 20 Jul 2012 22:59 take me idea what is wrong: var a,b,c:integer; begin read(a,b); c:= (2*a) div b; if c=2*a/b then write(c)else write (c+1); end. p.s sorry for my english Re: help! try test a=1, b - any number. you'll get answer c=1. |
|
|