Submission #10906


ソースコード

ステータス

項目 データ
問題 0431 - 君も始めようダイクストラ大好き厨
ユーザー名 yuu
投稿日時 2016-12-11 01:18:46
言語 C++11
状態 Compile Error
得点 0
ソースコード長 791 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:11:13: error: ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<int, int> > >::value_type {aka struct std::pair<int, int>}’ has no member named ‘push_buck’
     node[a].push_buck(P(b,c));
             ^
./Main.cpp:12:13: error: ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<int, int> > >::value_type {aka struct std::pair<int, int>}’ has no member named ‘push_buck’
     node[b].push_buck(P(a,c));
             ^
./Main.cpp:20:29: error: ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<int, int> > >::value_type {aka struct std::pair<int, int>}’ has no member named ‘size’
     for(int i=0;i<node[now].size();i++){
                             ^

セット

セット 得点 Cases

テストケース

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