0_0_37040606_25009.cpp:1:2: error: invalid preprocessing directive #incldue
#incldue<iostream>
^
0_0_37040606_25009.cpp: In function 'int main()':
0_0_37040606_25009.cpp:5:11: error: 'cin' was not declared in this scope
while(cin >> a >> b)
^
0_0_37040606_25009.cpp:6:9: error: 'cout' was not declared in this scope
cout <<a+b <<endl;
^
0_0_37040606_25009.cpp:6:22: error: 'endl' was not declared in this scope
cout <<a+b <<endl;
^
|