ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1000. A+B Problem

I 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
Posted by George Skhirtladze 12 Apr 2010 16:13
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
Posted by Dmitry_GOLD 5 Dec 2012 17:46
Yes, VERY HARD :)