Problem f7
User PlayVoltz
Submission Time 2023-09-13 14:16:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘int main()’:
f7.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (int i=0; i<n; ++i){
| ^~~
f7.cpp:13:16: error: ‘i’ was not declared in this scope
13 | for (int i=0; i<n; ++i){
| ^