Submission #00467


ソースコード

ステータス

項目 データ
問題 0004 - 2 番目に大きい整数
ユーザー名 おさじょミーム
投稿日時 2025-08-21 11:52:07
言語 C++17
状態 Compile Error
得点 0
ソースコード長 222 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:8:27: error: no matching function for call to ‘min(<brace-enclosed initializer list>)’
     int mi = min({A, B, C});
                           ^
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:195:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)’
     min(const _Tp& __a, const _Tp& __b)
     ^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:195:5: note:   template argument deduction/substitution failed:
./Main.cpp:8:27: note:   candidate expects 2 arguments, 1 provided
     int mi = min({A, B, C});
                           ^
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:243:5: note: candidate: ‘template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)’
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:243:5: note:   template argument deduction/substitution failed:
./Main.cpp:8:27: note:   candidate expects 3 arguments, 1 provided
     int mi = min({A, B, C});
                           ^
./Main.cpp:9:27: error: no matching function for call to ‘max(<brace-enclosed initializer list>)’
     int ma = max({A, B, C});
                           ^
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:219:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)’
     max(const _Tp& __a, const _Tp& __b)
     ^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:219:5: note:   template argument deduction/substitution failed:
./Main.cpp:9:27: note:   candidate expects 2 arguments, 1 provided
     int ma = max({A, B, C});
                           ^
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: candidate: ‘template<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)’
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:265:5: note:   template argument deduction/substitution failed:
./Main.cpp:9:27: note:   candidate expects 3 arguments, 1 provided
     int ma = max({A, B, C});
                           ^

セット

セット 得点 Cases

テストケース

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