Problem catfight
User blackpanther
Submission Time 2025-05-14 09:07:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:19:23: error: ‘A’ was not declared in this scope
19 | curSum += A[r];
| ^
catfight.cpp:22:23: error: ‘A’ was not declared in this scope
22 | curSum -= A[l];
| ^