0_0_17426922_18725.cpp: In function 'int main()':
0_0_17426922_18725.cpp:72:9: error: 'cin' was not declared in this scope
int t; cin >> t; int kase = 1;
^
0_0_17426922_18725.cpp:101:5: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:101:47: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:105:5: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:105:47: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:109:5: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:109:46: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:115:5: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:115:47: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:119:5: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:119:46: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:124:4: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:124:46: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:128:4: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:128:45: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:132:4: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:132:46: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": Yes" << endl;
^
0_0_17426922_18725.cpp:136:4: error: 'cout' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
0_0_17426922_18725.cpp:136:45: error: 'endl' was not declared in this scope
cout << "Case #" << kase++ << ": No" << endl;
^
|