0_0_30409250_11056.cpp:1:2: error: invalid preprocessing directive #inlcude
#inlcude <iostream>
^
0_0_30409250_11056.cpp: In function 'int main()':
0_0_30409250_11056.cpp:8:5: error: 'cin' was not declared in this scope
cin>>a>>b;
^
0_0_30409250_11056.cpp:9:5: error: 'cout' was not declared in this scope
cout<<a+b<<'\n';
^
|