ENG
RUS
Timus 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
You must write the problem correctly!!!
Posted by
Rodnik40 {SSAU snipious/Пименов/ Сашусик/Кочуров/ Caesar/Гайдель
13 Nov 2006 00:23
CODE
"var
a, b: shortint;
begin
read(a, b);
inc(a, b);
write(a);
end." Have WA#2
But this:
"var
a, b: integer;
begin
read(a, b);
inc(a, b);
write(a);
end."
Have ACC!!!
© 2000–2024
Timus Online Judge Team
. All rights reserved.