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 -- в чем проблема???
Posted by Pavel 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;
}
Re: Wrong answer -- в чем проблема???
Posted by Evgeny 26 Feb 2015 11:56
Комментарии к вводу уберите