| Problem | hungrycats2 |
|---|---|
| User | raynerchua |
| Submission Time | 2026-02-28 15:15:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:11:22: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
11 | if (!(cin >> n)) return;
| ^~~~~~