0_0_33723312_20449.cpp: In function 'int main()':
0_0_33723312_20449.cpp:4:8: error: 'cin' was not declared in this scope
while(cin>>n>>a>>b){
^
0_0_33723312_20449.cpp:6:12: error: 'cout' was not declared in this scope
if(q!=0)cout<<endl;
^
0_0_33723312_20449.cpp:6:18: error: 'endl' was not declared in this scope
if(q!=0)cout<<endl;
^
0_0_33723312_20449.cpp:7:4: error: 'cout' was not declared in this scope
cout<<a<<endl;
^
0_0_33723312_20449.cpp:7:13: error: 'endl' was not declared in this scope
cout<<a<<endl;
^
0_0_33723312_20449.cpp:10:11: error: 'cout' was not declared in this scope
if(q!=0)cout<<endl;
^
0_0_33723312_20449.cpp:10:17: error: 'endl' was not declared in this scope
if(q!=0)cout<<endl;
^
0_0_33723312_20449.cpp:23:6: error: 'cout' was not declared in this scope
cout<<" ";
^
0_0_33723312_20449.cpp:29:8: error: 'cout' was not declared in this scope
cout<<a;
^
0_0_33723312_20449.cpp:30:12: error: 'cout' was not declared in this scope
else cout<<b;
^
0_0_33723312_20449.cpp:32:11: error: 'cout' was not declared in this scope
else cout<<a;
^
0_0_33723312_20449.cpp:37:8: error: 'cout' was not declared in this scope
cout<<b;
^
0_0_33723312_20449.cpp:38:12: error: 'cout' was not declared in this scope
else cout<<a;
^
0_0_33723312_20449.cpp:40:11: error: 'cout' was not declared in this scope
else cout<<b;
^
0_0_33723312_20449.cpp:43:4: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_33723312_20449.cpp:43:10: error: 'endl' was not declared in this scope
cout<<endl;
^
|