0_0_30712632_17046.cpp: In function 'int main()':
0_0_30712632_17046.cpp:5:19: error: 'a' was not declared in this scope
while (cin >> a >> b) cout << a + b << endl;
^
0_0_30712632_17046.cpp:5:24: error: 'b' was not declared in this scope
while (cin >> a >> b) cout << a + b << endl;
^
|