| Problem | hungrycats |
|---|---|
| User | DaPeter |
| Submission Time | 2026-03-12 16:53:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:6:18: error: conflicting declaration ‘bool n’
6 | bool p = false, n = false;
| ^
hungrycats.cpp:5:6: note: previous declaration as ‘long long int n’
5 | int n;cin>>n;
| ^