Submission #66714
ソースコード
ステータス
項目 |
データ |
問題 |
1511 - Binary Tree |
ユーザー名 |
ei1903
|
投稿日時 |
2021-05-16 15:06:20 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
9587 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:275:18: error: wrong number of template arguments (1, should be 2)
array<int> cnt(100010);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/tuple:39,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/functional:54,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:71,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/array:94:12: note: provided for ‘template<class _Tp, long unsigned int _Nm> struct std::array’
struct array
^~~~~
./Main.cpp:277:30: error: invalid types ‘int[__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type {aka int}]’ for array subscript
ok &= cnt[e[edge]] == p[edge];
^
./Main.cpp:278:23: error: invalid types ‘int[const int]’ for array subscript
++cnt[edge] &= 1;
^
セット
テストケース