Problem fraud
User PlayVoltz
Submission Time 2023-08-12 21:59:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:9:16: error: expected ‘;’ before ‘}’ token
9 | cin>>vect1[i]
| ^
| ;
10 | }
| ~
fraud.cpp:12:16: error: expected ‘;’ before ‘}’ token
12 | cin>>vect2[i]
| ^
| ;
13 | }
| ~