|
|
back to boardShow all messages Hide all messagesprogram z1000; var a,b:integer; begin write('Vvedite a b: '); read(a,b); write('a+b= ',a+b); end. Why 'Wrong answer 1' ? Output only number: writeln(a+b); 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. |
|
|