Problem splithunny
User KCL
Submission Time 2025-03-19 11:47:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:57:32: error: ‘a’ was not declared in this scope
57 | if (g.at(x, y) == dirty) a
| ^
splithunny.cpp: At global scope:
splithunny.cpp:65:9: error: expected constructor, destructor, or type conversion before ‘(’ token
65 | printf("Oh, bother. There are %d pools of hunny.", numPuddles);
| ^
splithunny.cpp:66:3: error: expected unqualified-id before ‘return’
66 | return 0;
| ^~~~~~
splithunny.cpp:67:1: error: expected declaration before ‘}’ token
67 | }
| ^