0_0_37386023_7577.cpp: In function 'int main()':
0_0_37386023_7577.cpp:6:2: error: 'cin' was not declared in this scope
cin>>N;
^
0_0_37386023_7577.cpp:23:4: error: 'cout' was not declared in this scope
cout<<"Case "<<flag++<<": "<<num<<endl;
^
0_0_37386023_7577.cpp:23:38: error: 'endl' was not declared in this scope
cout<<"Case "<<flag++<<": "<<num<<endl;
^
0_0_37386023_7577.cpp:26:4: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_37386023_7577.cpp:26:10: error: 'endl' was not declared in this scope
cout<<endl;
^
|