0_0_26599048_236.cpp: In function 'int main()':
0_0_26599048_236.cpp:71:7: error: 'std::ios' has not been declared
std::ios::sync_with_stdio(false);
^
0_0_26599048_236.cpp:77:4: error: 'cin' was not declared in this scope
cin>>map[i];
^
0_0_26599048_236.cpp:84:9: error: 'cout' was not declared in this scope
if(t) cout<<endl;
^
0_0_26599048_236.cpp:84:15: error: 'endl' was not declared in this scope
if(t) cout<<endl;
^
0_0_26599048_236.cpp:85:3: error: 'cout' was not declared in this scope
cout<<"CASE #"<<++t<<":"<<endl;
^
0_0_26599048_236.cpp:85:29: error: 'endl' was not declared in this scope
cout<<"CASE #"<<++t<<":"<<endl;
^
|