Submission #00003
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:29:64: error: no matching function for call to ‘min(int, std::__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >, void>::difference_type)’
int low = 0, high = min(N / 3, count(S.begin(), S.end(), 'O'));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/char_traits.h:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/ios:40,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/istream:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/sstream:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/complex:45,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/ccomplex:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:52,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.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-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:195:5: note: template argument deduction/substitution failed:
./Main.cpp:29:64: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘std::__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >, void>::difference_type {aka long int}’)
int low = 0, high = min(N / 3, count(S.begin(), S.end(), 'O'));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/char_traits.h:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/ios:40,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/istream:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/sstream:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/complex:45,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/ccomplex:38,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:52,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.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-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed:
./Main.cpp:29:64: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘std::__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >, void>::difference_type {aka long int}’)
int low = 0, high = min(N / 3, count(S.begin(), S.end(), 'O'));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:64,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3445:5: note: candidate: template<class _Tp> _Tp std::min(std::initializer_list<_Tp>)
min(initializer_list<_Tp> __l)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3445:5: note: template argument deduction/substitution failed:
./Main.cpp:29:64: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
int low = 0, high = min(N / 3, count(S.begin(), S.end(), 'O'));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:64,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3451:5: note: candidate: template<class _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare)
min(initializer_list<_Tp> __l, _Compare __comp)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3451:5: note: template argument deduction/substitution failed:
./Main.cpp:29:64: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
int low = 0, high = min(N / 3, count(S.begin(), S.end(), 'O'));
^
セット
テストケース