Problem fraud
User FP31
Submission Time 2023-11-24 01:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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