Problem adjlist
User Maggie
Submission Time 2023-11-15 08:36:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:12:7: error: expected ‘(’ before ‘int’
12 | for int (j=1;j<=n;++j){
| ^~~
| (
adjlist.cpp:12:12: error: ‘j’ was not declared in this scope
12 | for int (j=1;j<=n;++j){
| ^