Problem firstabc
User Joashhh
Submission Time 2024-11-14 14:20:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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