Problem | brick |
---|---|
User | CookieCoder |
Submission Time | 2025-02-05 17:10:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int check(std::stack<int>, int, int)’:
brick.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | return counter
| ^
| ;
17 | }
| ~
brick.cpp: In function ‘int main()’:
brick.cpp:25:6: error: storage size of ‘a’ isn’t known
25 | int a[];
| ^