Submission #64336
ソースコード
ステータス
項目 |
データ |
問題 |
1418 - 山形数列 |
ユーザー名 |
もけ
|
投稿日時 |
2020-10-17 16:38:27 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
4806 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:160:25: error: no matching function for call to ‘chmax(__gnu_cxx::__alloc_traits<std::allocator<long int>, long int>::value_type&)’
chmax(lis_len[N - 1]);
^
./Main.cpp:113:13: note: candidate: ‘template<class T> bool chmax(T&, const T&)’
inline bool chmax(T &a, const T &b) noexcept {
^~~~~
./Main.cpp:113:13: note: template argument deduction/substitution failed:
./Main.cpp:160:25: note: candidate expects 2 arguments, 1 provided
chmax(lis_len[N - 1]);
^
セット
テストケース