Submission #31271


ソースコード

ステータス

項目 データ
問題 0650 - メロンパン
ユーザー名 maze1230
投稿日時 2018-02-16 22:41:31
言語 C++17
状態 Compile Error
得点 0
ソースコード長 3549 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In constructor ‘Graph<isUNDIRECTED>::Graph(int)’:
./Main.cpp:40:17: error: ‘d’ was not declared in this scope
                 d.resize(V);
                 ^
./Main.cpp: In instantiation of ‘std::vector<long long int>& Graph<isUNDIRECTED>::dijkstra(int) [with int isUNDIRECTED = 0]’:
./Main.cpp:153:36:   required from here
./Main.cpp:55:28: warning: reference to local variable ‘d’ returned [-Wreturn-local-addr]
                 vector<ll> d(V, INF_LL);
                            ^

セット

セット 得点 Cases

テストケース

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