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
Pavel
Wrong answer -- в чем проблема???
[1] // Problem
1000. A+B Problem
24 Feb 2015 17:06
#include <iostream>
using namespace std;
int main()
{
int a, b;
cout << "Enter the first number: ";
cin >> a;
cout << "Enter the second number: ";
cin >> b;
cout <<"the result: "<< a + b << endl;
return 0;
}
Evgeny
Re: Wrong answer -- в чем проблема???
// Problem
1000. A+B Problem
26 Feb 2015 11:56
Комментарии к вводу уберите
© 2000–2026
Timus Online Judge Team
. All rights reserved.