0_0_16353387_18413.cpp:1:2: error: invalid preprocessing directive #includ
#includ <iostram>
^
0_0_16353387_18413.cpp: In function 'int main()':
0_0_16353387_18413.cpp:8:7: error: 'cin' was not declared in this scope
while(cin>>a>>b)
^
0_0_16353387_18413.cpp:10:1: error: 'cout' was not declared in this scope
cout<<a+b<<endl;
^
0_0_16353387_18413.cpp:10:12: error: 'endl' was not declared in this scope
cout<<a+b<<endl;
^
|