|
|
back to boardWrong 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 Комментарии к вводу уберите |
|
|