Problem | ccs |
---|---|
User | helloworld |
Submission Time | 2024-09-23 09:41:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:8:13: error: expected unqualified-id before ‘=’ token
8 | for(int = 1; i <= n; i++) a[i] = i;
| ^
ccs.cpp:8:13: error: expected ‘;’ before ‘=’ token
ccs.cpp:8:13: error: expected primary-expression before ‘=’ token
ccs.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for(int = 1; i <= n; i++) a[i] = i;
| ^
ccs.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | for(int = 1; i <= n; i++) a[i] = i;
| ~ ^
| )
ccs.cpp:8:26: error: ‘i’ was not declared in this scope
8 | for(int = 1; i <= n; i++) a[i] = i;
| ^