Problem hungrycats
User shoryu386
Submission Time 2024-07-26 15:47:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:16:8: error: ‘neg’ was not declared in this scope
16 | else neg++;
| ^~~
hungrycats.cpp:22:18: error: ‘neg’ was not declared in this scope
22 | if (pos >= 2 && neg >= 2){
| ^~~