| Problem | hungrycats |
|---|---|
| User | shoryu386 |
| Submission Time | 2024-07-26 15:48:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:16:8: error: ‘neg’ was not declared in this scope
16 | else neg++;
| ^~~
hungrycats.cpp:22:20: error: ‘neg’ was not declared in this scope
22 | if ( (pos >= 2 && neg >= 1) || (pos >= 1 && neg >= 2)){
| ^~~