| Problem | hungrycats2 |
|---|---|
| User | raynerchua |
| Submission Time | 2026-02-28 15:06:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘void solve()’:
hungrycats2.cpp:24:3: error: ‘i’ was not declared in this scope
24 | i = 1;
| ^
hungrycats2.cpp:27:7: error: expected primary-expression before ‘)’ token
27 | if()
| ^
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() {
| ^