Submission #00012
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:11: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
x=min({b,k,s,t});
^
./Main.cpp:6:20: error: no matching function for call to ‘min(<brace-enclosed initializer list>)’
x=min({b,k,s,t});
^
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:195:5: note: candidate: ‘template<class _Tp> 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:6:20: note: candidate expects 2 arguments, 1 provided
x=min({b,k,s,t});
^
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:243:5: note: candidate: ‘template<class _Tp, class _Compare> 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:6:20: note: candidate expects 3 arguments, 1 provided
x=min({b,k,s,t});
^
./Main.cpp:8:11: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
y=min({r,ti});
^
./Main.cpp:8:17: error: no matching function for call to ‘min(<brace-enclosed initializer list>)’
y=min({r,ti});
^
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:195:5: note: candidate: ‘template<class _Tp> 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:17: note: candidate expects 2 arguments, 1 provided
y=min({r,ti});
^
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:243:5: note: candidate: ‘template<class _Tp, class _Compare> 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:17: note: candidate expects 3 arguments, 1 provided
y=min({r,ti});
^
セット
テストケース