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

1000
Posted by jedimastex 28 Jun 2004 19:39
solution of #1000:

var a,b:longint;
begin
read(a,b);
write(a+b);
end.
Thank you very much :))) You are genius :) (-)
Posted by Dmitry 'Diman_YES' Kovalioff 29 Jun 2004 22:24