Problem ccs
User user123
Submission Time 2024-09-23 13:50:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:15:25: error: expected primary-expression before ‘)’ token
15 | if (flag[x])) for(int i = x; i <= n; i++) a[i]++;
| ^
ccs.cpp:15:42: error: ‘i’ was not declared in this scope
15 | if (flag[x])) for(int i = x; i <= n; i++) a[i]++;
| ^