Submission #75765


ソースコード

ステータス

項目 データ
問題 1341 - Maximum Distance
ユーザー名 ei2310
投稿日時 2023-09-07 17:47:51
言語 C++
状態 Compile Error
得点 0
ソースコード長 180 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:61,
                 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_algobase.h: In instantiation of ‘const _Tp& std::max(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’:
./Main.cpp:7:23:   required from here
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:268:17: error: ‘__comp’ cannot be used as a function
       if (__comp(__a, __b))
           ~~~~~~^~~~~~~~~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h: In instantiation of ‘const _Tp& std::min(const _Tp&, const _Tp&, _Compare) [with _Tp = int; _Compare = int]’:
./Main.cpp:8:23:   required from here
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:246:17: error: ‘__comp’ cannot be used as a function
       if (__comp(__b, __a))
           ~~~~~~^~~~~~~~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #