| Problem | brick |
|---|---|
| User | hmm |
| Submission Time | 2024-12-21 16:44:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:15:22: error: expected ‘)’ before ‘a’
15 | while(a.size() > 0 a.back() <= x){
| ~ ^~
| )
brick.cpp:15:36: error: expected ‘;’ before ‘)’ token
15 | while(a.size() > 0 a.back() <= x){
| ^
| ;