0_0_29685795_29617.cpp: In function 'int main()':
0_0_29685795_29617.cpp:53:4: error: 'cout' was not declared in this scope
cout<<s1<<" + "<<s2<<" = ";
^
0_0_29685795_29617.cpp:60:21: error: 'endl' was not declared in this scope
if(i!=n-1) cout<<endl;
^
|