0_0_29809253_5075.cpp: In function 'int main()':
0_0_29809253_5075.cpp:16:11: error: 'cin' was not declared in this scope
while(cin>>n&&n){
^
0_0_29809253_5075.cpp:18:10: error: 'cout' was not declared in this scope
cout<<"Case "<<++ans<<":"<<a[n]<<endl;
^
0_0_29809253_5075.cpp:18:43: error: 'endl' was not declared in this scope
cout<<"Case "<<++ans<<":"<<a[n]<<endl;
^
|