Submission #00343


ソースコード

ステータス

項目 データ
問題 0001 - photography
ユーザー名 kurodoriru5-2
投稿日時 2017-07-07 22:55:04
言語 C++
状態 Compile Error
得点 0
ソースコード長 719 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:21:61: エラー: no match for ‘operator+’ (operand types are ‘std::vector<int>’ and ‘int’)
             vector<int> data(registerOfName, registerOfName + N);
                                                             ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:334:5: 備考: candidate: template<class _Iterator> std::reverse_iterator<_Iterator> std::operator+(typename std::reverse_iterator<_Iterator>::difference_type, const std::reverse_iterator<_Iterator>&)
     operator+(typename reverse_iterator<_Iterator>::difference_type __n,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:334:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/string:52:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/bitset:47,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4778:5: 備考: candidate: template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4778:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/string:53:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/bitset:47,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.tcc:1151:5: 備考: candidate: template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator+(const _CharT* __lhs,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.tcc:1151:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const _CharT*’ and ‘std::vector<int>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/string:53:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/bitset:47,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.tcc:1167:5: 備考: candidate: template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.tcc:1167:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/string:52:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/bitset:47,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4815:5: 備考: candidate: template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
     operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4815:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/string:52:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/bitset:47,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4831:5: 備考: candidate: template<class _CharT, class _Traits, class _Alloc> std::__cxx11::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, _CharT)
     operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/basic_string.h:4831:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:326:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator+(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator+(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:326:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::complex<_Tp>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:335:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator+(const std::complex<_Tp>&, const _Tp&)
     operator+(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:335:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::complex<_Tp>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:344:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator+(const _Tp&, const std::complex<_Tp>&)
     operator+(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:344:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::complex<_Tp>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:445:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator+(const std::complex<_Tp>&)
     operator+(const complex<_Tp>& __x)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:445:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::complex<_Tp>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/deque:64:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:67,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:372:5: 備考: candidate: template<class _Tp, class _Ref, class _Ptr> std::_Deque_iterator<_Tp, _Ref, _Ptr> std::operator+(std::ptrdiff_t, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)
     operator+(ptrdiff_t __n, const _Deque_iterator<_Tp, _Ref, _Ptr>& __x)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:372:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   cannot convert ‘registerOfName’ (type ‘std::vector<int>’) to type ‘std::ptrdiff_t {aka long int}’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/vector:65:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/queue:61,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:85,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:297:3: 備考: candidate: std::_Bit_iterator std::operator+(std::ptrdiff_t, const std::_Bit_iterator&)
   operator+(ptrdiff_t __n, const _Bit_iterator& __x)
   ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:297:3: 備考: 第 1 引数を ‘std::vector<int>’ から ‘std::ptrdiff_t {aka long int}’ へ変換する方法が不明です
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:387:3: 備考: candidate: std::_Bit_const_iterator std::operator+(std::ptrdiff_t, const std::_Bit_const_iterator&)
   operator+(ptrdiff_t __n, const _Bit_const_iterator& __x)
   ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:387:3: 備考: 第 1 引数を ‘std::vector<int>’ から ‘std::ptrdiff_t {aka long int}’ へ変換する方法が不明です
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考: candidate: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__plus, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__plus, typename _Dom1::value_type>::result_type> std::operator+(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::_Expr<_Dom2, typename _Dom2::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(+, __plus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__plus, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__plus, typename _Dom1::value_type>::result_type> std::operator+(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const typename _Dom::value_type&)
     _DEFINE_EXPR_BINARY_OPERATOR(+, __plus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__plus, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__plus, typename _Dom1::value_type>::result_type> std::operator+(const typename _Dom::value_type&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(+, __plus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__plus, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__plus, typename _Dom1::value_type>::result_type> std::operator+(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::valarray<typename _Dom::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(+, __plus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__plus, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__plus, typename _Dom1::value_type>::result_type> std::operator+(const std::valarray<typename _Dom::value_type>&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(+, __plus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:402:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__plus, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__plus, _Tp>::result_type> std::operator+(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(+, __plus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::valarray<_Tp>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__plus, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__plus, _Tp>::result_type> std::operator+(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(+, __plus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   ‘std::vector<int>’ is not derived from ‘const std::valarray<_Tp>’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__plus, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__plus, _Tp>::result_type> std::operator+(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(+, __plus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1167:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const std::valarray<_Tp>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:930:5: 備考: candidate: template<class _Iterator, class _Container> __gnu_cxx::__normal_iterator<_Iterator, _Container> __gnu_cxx::operator+(typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)
     operator+(typename __normal_iterator<_Iterator, _Container>::difference_type
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:930:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:21:63: 備考:   mismatched types ‘const __gnu_cxx::__normal_iterator<_Iterator, _Container>’ and ‘int’
             vector<int> data(registerOfName, registerOfName + N);
                                                               ^
./Main.cpp:23:22: エラー: no match for ‘operator-’ (operand types are ‘int’ and ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’)
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                      ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:328:5: 備考: candidate: template<class _Iterator> typename std::reverse_iterator<_Iterator>::difference_type std::operator-(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
     operator-(const reverse_iterator<_Iterator>& __x,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:328:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:385:5: 備考: candidate: template<class _IteratorL, class _IteratorR> typename std::reverse_iterator<_Iterator>::difference_type std::operator-(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)
     operator-(const reverse_iterator<_IteratorL>& __x,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:385:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:356:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator-(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator-(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:356:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::complex<_Tp>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:365:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator-(const std::complex<_Tp>&, const _Tp&)
     operator-(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:365:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::complex<_Tp>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:374:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator-(const _Tp&, const std::complex<_Tp>&)
     operator-(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:374:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ is not derived from ‘const std::complex<_Tp>’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:66:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:451:5: 備考: candidate: template<class _Tp> std::complex<_Tp> std::operator-(const std::complex<_Tp>&)
     operator-(const complex<_Tp>& __x)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/complex:451:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::complex<_Tp>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/deque:64:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:67,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:349:5: 備考: candidate: template<class _Tp, class _Ref, class _Ptr> typename std::_Deque_iterator<_Tp, _Ref, _Ptr>::difference_type std::operator-(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)
     operator-(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:349:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::_Deque_iterator<_Tp, _Ref, _Ptr>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/deque:64:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:67,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:361:5: 備考: candidate: template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> typename std::_Deque_iterator<_Tp, _Ref, _Ptr>::difference_type std::operator-(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)
     operator-(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_deque.h:361:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::_Deque_iterator<_Tp, _Ref, _Ptr>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/vector:65:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/queue:61,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:85,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:208:3: 備考: candidate: std::ptrdiff_t std::operator-(const std::_Bit_iterator_base&, const std::_Bit_iterator_base&)
   operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
   ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_bvector.h:208:3: 備考: 第 1 引数を ‘int’ から ‘const std::_Bit_iterator_base&’ へ変換する方法が不明です
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考: candidate: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__minus, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__minus, typename _Dom1::value_type>::result_type> std::operator-(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::_Expr<_Dom2, typename _Dom2::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(-, __minus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__minus, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__minus, typename _Dom1::value_type>::result_type> std::operator-(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const typename _Dom::value_type&)
     _DEFINE_EXPR_BINARY_OPERATOR(-, __minus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__minus, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__minus, typename _Dom1::value_type>::result_type> std::operator-(const typename _Dom::value_type&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(-, __minus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ is not derived from ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__minus, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__minus, typename _Dom1::value_type>::result_type> std::operator-(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::valarray<typename _Dom::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(-, __minus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:587:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考: candidate: template<class _Dom> std::_Expr<std::_BinClos<std::__minus, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__minus, typename _Dom1::value_type>::result_type> std::operator-(const std::valarray<typename _Dom::value_type>&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(-, __minus)
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/valarray_after.h:403:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ is not derived from ‘const std::_Expr<_Dom1, typename _Dom1::value_type>’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__minus, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__minus, _Tp>::result_type> std::operator-(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(-, __minus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::valarray<_Tp>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__minus, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__minus, _Tp>::result_type> std::operator-(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(-, __minus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const std::valarray<_Tp>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:94:0,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考: candidate: template<class _Tp> std::_Expr<std::_BinClos<std::__minus, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__minus, _Tp>::result_type> std::operator-(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(-, __minus)
 ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/valarray:1168:1: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ is not derived from ‘const std::valarray<_Tp>’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:923:5: 備考: candidate: template<class _Iterator, class _Container> typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type __gnu_cxx::operator-(const __gnu_cxx::__normal_iterator<_Iterator, _Container>&, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)
     operator-(const __normal_iterator<_Iterator, _Container>& __lhs,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:923:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const __gnu_cxx::__normal_iterator<_Iterator, _Container>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:67:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 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_iterator.h:916:5: 備考: candidate: template<class _IteratorL, class _IteratorR, class _Container> typename __gnu_cxx::__normal_iterator<_IteratorL, _Container>::difference_type __gnu_cxx::operator-(const __gnu_cxx::__normal_iterator<_IteratorL, _Container>&, const __gnu_cxx::__normal_iterator<_IteratorR, _Container>&)
     operator-(const __normal_iterator<_IteratorL, _Container>& __lhs,
     ^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator.h:916:5: 備考:   template argument deduction/substitution failed:
./Main.cpp:23:60: 備考:   mismatched types ‘const __gnu_cxx::__normal_iterator<_IteratorL, _Container>’ and ‘int’
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                            ^
./Main.cpp:23:62: エラー: ‘v’ was not declared in this scope
             cout << N-lower_bound(data.begin(),data.end(),c)-v.begin() << endl;
                                                              ^

セット

セット 得点 Cases

テストケース

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