Owl Get a Life
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; | ~~