Problem fraud
User FP31
Submission Time 2023-11-24 02:02:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:19:11: error: ‘a’ was not declared in this scope
19 | can &= (A[a] > A[a+1] || B[b] > N[b+1]);
| ^
fraud.cpp:19:28: error: ‘b’ was not declared in this scope
19 | can &= (A[a] > A[a+1] || B[b] > N[b+1]);
| ^