Submission #61157


ソースコード

ステータス

項目 データ
問題 0930 - 背の順
ユーザー名 r2031
投稿日時 2020-07-20 17:57:14
言語 C++
状態 Compile Error
得点 0
ソースコード長 269 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:10:27: error: wrong number of template arguments (0, should be 1)
     sort(b, b + N,greater<>());
                           ^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/string:48,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/locale_classes.h:40,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/ios_base.h:41,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/ios:42,
                 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_function.h:371:12: note: provided for ‘template<class _Tp> struct std::greater’
     struct greater : public binary_function<_Tp, _Tp, bool>
            ^~~~~~~

セット

セット 得点 Cases

テストケース

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