| Problem | brick |
|---|---|
| User | 12345 |
| Submission Time | 2025-05-17 09:05:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp:23:2: error: expected unqualified-id before ‘while’
23 | while !s.empty(){
| ^~~~~
brick.cpp:28:2: error: expected unqualified-id before ‘return’
28 | return 0;
| ^~~~~~
brick.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^