Problem fraud
User votesac
Submission Time 2024-02-01 20:40:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:6:9: error: storage size of ‘a’ isn’t known
6 | int a[],b[],n,s[],x=0,y=0;
| ^
fraud.cpp:6:13: error: storage size of ‘b’ isn’t known
6 | int a[],b[],n,s[],x=0,y=0;
| ^
fraud.cpp:6:19: error: storage size of ‘s’ isn’t known
6 | int a[],b[],n,s[],x=0,y=0;
| ^
fraud.cpp:14:17: error: expected ‘;’ before ‘}’ token
14 | cout << "NO"
| ^
| ;
15 | }
| ~