Submission #79805
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:19: error: ‘max’ was not declared in this scope
if(C<=m)M=max(M,V);
^~~
./Main.cpp:9:19: note: suggested alternative:
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3468:5: note: ‘std::max’
max(initializer_list<_Tp> __l, _Compare __comp)
^~~
セット
テストケース