0_0_38540640_4690.cpp:1:2: error: invalid preprocessing directive #Include
#Include<iostream>
^
0_0_38540640_4690.cpp: In function 'int main()':
0_0_38540640_4690.cpp:6:7: error: 'cin' was not declared in this scope
while(cin>>a>>b){
^
0_0_38540640_4690.cpp:7:10: error: 'print' was not declared in this scope
print(a+b);}
^
|