| Problem | pandacity |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-13 21:49:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pandacity.cpp: In function ‘int main()’:
pandacity.cpp:26:11: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
26 | cout << tmp << cin;
| ^~~
| tm
pandacity.cpp:27:2: error: ‘else’ without a previous ‘if’
27 | else
| ^~~~