0_0_21638898_17266.cpp: In function 'int main()':
0_0_21638898_17266.cpp:76:7: error: 'tmp' was not declared in this scope
if (tmp == c) {
^
0_0_21638898_17266.cpp:77:26: error: 'coun' was not declared in this scope
cout << "Case #" << ++coun << ":" << endl;
^
0_0_21638898_17266.cpp:80:26: error: 'coun' was not declared in this scope
cout << "Case #" << ++coun << ":" << endl;
^
|