Submission #66457


ソースコード

ステータス

項目 データ
問題 1497 - Walkin' on Numbered Tree
ユーザー名 gunmaneko
投稿日時 2021-05-04 23:19:25
言語 C++11
状態 Compile Error
得点 0
ソースコード長 2327 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:47:1: error: invalid use of template-name ‘std::vector’ without an argument list
 vector edge(100010, vector<int>{});
 ^~~~~~
./Main.cpp:47:1: note: class template argument deduction is only available with -std=c++17 or -std=gnu++17
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/vector:64,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/queue:61,
                 from ./Main.cpp:13:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_vector.h:339:11: note: ‘template<class _Tp, class _Alloc> class std::vector’ declared here
     class vector : protected _Vector_base<_Tp, _Alloc>
           ^~~~~~
./Main.cpp:47:34: error: expected unqualified-id before ‘)’ token
 vector edge(100010, vector<int>{});
                                  ^
./Main.cpp: In function ‘void dfs(int, int, i64, i64)’:
./Main.cpp:56:18: error: ‘edge’ was not declared in this scope
     for(auto v : edge[u])
                  ^~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:73:9: error: ‘edge’ was not declared in this scope
         edge[u].push_back(v);
         ^~~~

セット

セット 得点 Cases

テストケース

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