0_0_20799017_1806.cpp: In function 'int main()':
0_0_20799017_1806.cpp:28:8: error: 'cin' was not declared in this scope
while(cin>>n>>m,n || m){
^
0_0_20799017_1806.cpp:39:17: error: 'cout' was not declared in this scope
if(num == 1)cout<<"child"<<endl;
^
0_0_20799017_1806.cpp:39:32: error: 'endl' was not declared in this scope
if(num == 1)cout<<"child"<<endl;
^
0_0_20799017_1806.cpp:40:20: error: 'cout' was not declared in this scope
while(num >= 3)cout<<"great-",--num;
^
0_0_20799017_1806.cpp:41:17: error: 'cout' was not declared in this scope
if(num == 2)cout<<"grandchild"<<endl;
^
0_0_20799017_1806.cpp:41:37: error: 'endl' was not declared in this scope
if(num == 2)cout<<"grandchild"<<endl;
^
0_0_20799017_1806.cpp:45:13: error: 'cout' was not declared in this scope
if(!num)cout<<"-"<<endl;
^
0_0_20799017_1806.cpp:45:24: error: 'endl' was not declared in this scope
if(!num)cout<<"-"<<endl;
^
0_0_20799017_1806.cpp:46:17: error: 'cout' was not declared in this scope
if(num == 1)cout<<"parent"<<endl;
^
0_0_20799017_1806.cpp:46:33: error: 'endl' was not declared in this scope
if(num == 1)cout<<"parent"<<endl;
^
0_0_20799017_1806.cpp:47:20: error: 'cout' was not declared in this scope
while(num >= 3)cout<<"great-",--num;
^
0_0_20799017_1806.cpp:48:17: error: 'cout' was not declared in this scope
if(num == 2)cout<<"grandparent"<<endl;
^
0_0_20799017_1806.cpp:48:38: error: 'endl' was not declared in this scope
if(num == 2)cout<<"grandparent"<<endl;
^
|