Submission #62302


ソースコード

ステータス

項目 データ
問題 1336 - Hokkaido
ユーザー名 NASSUN_ei1906
投稿日時 2020-08-15 17:38:27
言語 C++17
状態 Compile Error
得点 0
ソースコード長 2319 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘void DFS(int)’:
./Main.cpp:28:18: error: expected primary-expression before ‘]’ token
     if(isvisited[]
                  ^
./Main.cpp:30:3: error: expected primary-expression before ‘}’ token
   }
   ^
./Main.cpp:29:23: error: expected ‘)’ before ‘}’ token
     DFS(edge[now][i]);
                       ^
                       )
   }
   ~
./Main.cpp:28:7: note: to match this ‘(’
     if(isvisited[]
       ^
./Main.cpp:30:3: error: expected primary-expression before ‘}’ token
   }
   ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #