Problem | hungrycats |
---|---|
User | 7Janish7 |
Submission Time | 2025-09-01 17:06:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:21:8: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
21 | if(pos == true && neg == true){
| ^~~
| pow
hungrycats.cpp:21:23: error: ‘neg’ was not declared in this scope
21 | if(pos == true && neg == true){
| ^~~