Submission #10917
ソースコード
ステータス
項目 |
データ |
問題 |
0431 - 君も始めようダイクストラ大好き厨 |
ユーザー名 |
yuu
|
投稿日時 |
2016-12-11 12:26:02 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
711 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:11:9: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘push_buck’
node[a].push_buck(P(b,c));
^
./Main.cpp:12:9: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘push_buck’
node[b].push_buck(P(a,c));
^
./Main.cpp:14:20: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’
que.push(P(node[1].second,node[1].first));
^
./Main.cpp:14:35: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘first’
que.push(P(node[1].second,node[1].first));
^
./Main.cpp:21:22: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘first’
int next = node[now].first;
^
./Main.cpp:22:23: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’
int ncost = node[now].second;
^
セット
テストケース