| Problem | guessproblem |
|---|---|
| User | blackscreen1 |
| Submission Time | 2023-01-02 20:30:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:32:34: error: expected ‘;’ before ‘else’
32 | if (n == 1) cout << "aaaaaaaaaa"
| ^
| ;
33 | else if (n == 2) cout << "prisoners";
| ~~~~