Problem | collectmushrooms6 |
---|---|
User | trashcan08 |
Submission Time | 2025-03-18 19:43:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int32_t main()’:
collectmushrooms6.cpp:59:32: error: a function-definition is not allowed here before ‘{’ token
59 | int clamp(int x, int a, int b) {
| ^
collectmushrooms6.cpp:63:16: error: a function-definition is not allowed here before ‘{’ token
63 | int32_t main() {
| ^
collectmushrooms6.cpp:158:1: error: expected ‘}’ at end of input
158 | }
| ^
collectmushrooms6.cpp:52:21: note: to match this ‘{’
52 | while (!q.empty()) {
| ^
collectmushrooms6.cpp:158:1: error: expected ‘}’ at end of input
158 | }
| ^
collectmushrooms6.cpp:10:16: note: to match this ‘{’
10 | int32_t main() {
| ^