Problem fraud
User haydendoo
Submission Time 2022-12-30 01:57:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:55:1: error: expected ‘,’ or ‘;’ before ‘for’
55 | for(int i=0; i<n-1; ++i) {
| ^~~
fraud.cpp:55:14: error: ‘i’ was not declared in this scope
55 | for(int i=0; i<n-1; ++i) {
| ^