0_0_36048192_31223.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36048192_31223.cpp: In function 'int main()':
0_0_36048192_31223.cpp:8:8: error: 'cin' was not declared in this scope
while(cin>>N)
^
0_0_36048192_31223.cpp:13:4: error: 'cout' was not declared in this scope
cout<<1< continue;
^
0_0_36048192_31223.cpp:13:15: error: expected primary-expression before 'continue'
cout<<1< continue;
^
0_0_36048192_31223.cpp:34:4: error: 'cout' was not declared in this scope
cout< cout< }
^
0_0_36048192_31223.cpp:34:17: error: expected primary-expression before '}' token
cout< cout< }
^
|