Problem | brick |
---|---|
User | Jordis00fed |
Submission Time | 2024-08-14 16:48:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:35:5: error: expected ‘(’ at end of input
35 | for
| ^~~
| (
brick.cpp:35:5: error: expected primary-expression at end of input
35 | for
| ^~~
brick.cpp:35:5: error: expected primary-expression at end of input
brick.cpp:35:8: error: expected ‘;’ at end of input
35 | for
| ~~~^
| ;
brick.cpp:35:5: error: expected primary-expression at end of input
35 | for
| ^~~
brick.cpp:35:8: error: expected ‘)’ at end of input
35 | for
| ~~~^
| )
brick.cpp:35:5: error: expected statement at end of input
35 | for
| ^~~
brick.cpp:35:5: error: expected ‘}’ at end of input
brick.cpp:30:12: note: to match this ‘{’
30 | int main() {
| ^