Problem rank
User PlayVoltz
Submission Time 2023-10-08 20:01:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rank.cpp: In function ‘void dfs(int)’:
rank.cpp:15:29: error: expected ‘;’ before ‘if’
15 | if (visited[node]==1)kill()
| ^
| ;
16 | if (visited[node]==2)return;
| ~~