Submission #00142
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:330:28: error: ‘is_same_v’ is not a member of ‘std’
static_assert(!std::is_same_v<decltype(it->val), int>);
^
./Main.cpp:330:43: error: expected primary-expression before ‘decltype’
static_assert(!std::is_same_v<decltype(it->val), int>);
^
./Main.cpp:330:43: error: expected ‘,’ before ‘decltype’
./Main.cpp:330:43: error: expected string-literal before ‘decltype’
./Main.cpp:330:43: error: expected ‘)’ before ‘decltype’
セット
テストケース