|
|
back to boardI have a solition Posted by Emilbek 23 May 2008 16:03 var a,b:integer; begin readln(a,b); writeln(a+b); end. Re: I have a solition Posted by Singlor 13 Mar 2009 16:53 probably you are wrong Re: I have a solition Posted by yaho0o0 20 Mar 2009 13:05 this is so hard problem :) !!! Re: I have a solition var a,b:longint; begin read(a,b); writeln(a+b); end. (Try this,not readln,but read) :) Edited by author 12.04.2010 16:14 Re: I have a solition Yes, VERY HARD :) |
|
|