0_0_28446165_9921.cpp:1:2: error: invalid preprocessing directive #incude
#incude<iostream>
^
0_0_28446165_9921.cpp:4:1: error: expected ';' before 'int'
int main()
^
0_0_28446165_9921.cpp: In function 'int main()':
0_0_28446165_9921.cpp:7:2: error: 'cin' was not declared in this scope
cin >> a >> b;
^
0_0_28446165_9921.cpp:8:2: error: 'cout' was not declared in this scope
cout << a+b << endl;
^
0_0_28446165_9921.cpp:8:17: error: 'endl' was not declared in this scope
cout << a+b << endl;
^
|