| Problem | catfight |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-07 21:20:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catfight.cpp:3:11: error: ‘arr’ was not declared in this scope
3 | int fight(arr, q){
| ^~~
catfight.cpp:3:16: error: ‘q’ was not declared in this scope
3 | int fight(arr, q){
| ^
catfight.cpp:3:17: error: expression list treated as compound expression in initializer [-fpermissive]
3 | int fight(arr, q){
| ^
catfight.cpp: In function ‘int main()’:
catfight.cpp:24:22: error: ‘fight’ cannot be used as a function
24 | cout << fight(arr, q);
| ^