Submission #28887


ソースコード

ステータス

項目 データ
問題 0761 - tree
ユーザー名 beet
投稿日時 2017-11-21 10:06:04
言語 C++11
状態 Compile Error
得点 0
ソースコード長 4011 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In member function ‘void HLDecomposition::for_each(int, int, std::function<void(int, int)>)’:
./Main.cpp:77:41: error: ‘parent’ was not declared in this scope
     if (head[u] != head[v]) for_each(u, parent[head[v]], f);
                                         ^~~~~~
./Main.cpp:77:41: note: suggested alternative: ‘par’
     if (head[u] != head[v]) for_each(u, parent[head[v]], f);
                                         ^~~~~~
                                         par

セット

セット 得点 Cases

テストケース

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