0_0_30033950_2332.cpp: In function 'int main()':
0_0_30033950_2332.cpp:7:5: error: 'cin' was not declared in this scope
cin>>N;
^
0_0_30033950_2332.cpp:12:9: error: 'cout' was not declared in this scope
cout<<sum<<endl;
^
0_0_30033950_2332.cpp:12:20: error: 'endl' was not declared in this scope
cout<<sum<<endl;
^
|