| Problem | whiteboardgame |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-05-03 14:09:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:16:16: error: expected ‘;’ before ‘cin’
16 | cout << '\n'
| ^
| ;
17 | cin >> x;
| ~~~