Problem hungrycats2
User raynerchua
Submission Time 2026-02-28 15:07:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘void solve()’:
hungrycats2.cpp:51:12: error: a function-definition is not allowed here before ‘{’ token
51 | int main() {
| ^
hungrycats2.cpp:56:1: error: expected ‘}’ at end of input
56 | }
| ^
hungrycats2.cpp:8:14: note: to match this ‘{’
8 | void solve() {
| ^