Submission #79804
ソースコード
ステータス
コンパイルメッセージ
./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/bits/char_traits.h:39,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/ios:40,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/ostream:38,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:39,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:265:5: note: ‘std::max’
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^~~
セット
テストケース