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

Wrong answer 1
Posted by Tanka 1 Apr 2012 10:56
program z1000;
var a,b:integer;
begin
  write('Vvedite a b: ');
  read(a,b);
  write('a+b= ',a+b);
end.

Why 'Wrong answer 1' ?
Re: Wrong answer 1
Posted by Grigorenko Vlad 31 May 2012 13:35
Output only number:
writeln(a+b);
Re: Wrong answer 1
Posted by Aman 15 Sep 2016 04:46
Re: Wrong answer 1
Posted by Smilodon_am [Obninsk INPE] 19 Sep 2016 21:56
Mr. Aman, please don't post working code or links to working code too. Also your account without any submitted code but with links to above site is very strange.