Problem catfight
User nzx
Submission Time 2025-12-11 23:58:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:17:6: error: conflicting declaration ‘long long int g’
17 | int g=0;
| ^
catfight.cpp:9:7: note: previous declaration as ‘bool g’
9 | bool g=false;
| ^