Borderou de evaluare (job #2430525)
Utilizator | Data | 15 iunie 2019 12:05:23 | |
---|---|---|---|
Problema | Infinite Pattern Matching | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:30:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i < s.size(); i++)
~~^~~~~~~~~~
main.cpp:32:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < s.size(); i++) {
~~^~~~~~~~~~
main.cpp:36:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(poz + numBits(tmp) <= s.size() && get(poz, poz + numBits(tmp) - 1) == tmp) {
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
main.cpp:39:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(poz + numBits(tmp) > s.size() && get(poz, s.size() - 1) == (tmp >> (numBits(tmp) - s.size() + poz))) {
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
main.cpp:45:51: error: no matching function for call to 'min(long long int&, long long unsigned int)'
sol = min(sol, val - bucket + s.size() - 1);
^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
from /usr/include/c++/6/ios:40,
from /usr/include/c++/6/istream:38,
from /usr/include/c++/6/fstream:38,
from main.cpp:1:
/usr/include/c++/6/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/include/c++/6/bits/stl_algobase.h:195:5: note: template argument deduction/substitution failed:
main.cpp:45:51: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and 'long long unsigned int')
sol = min(sol, val - bucket + s.size() - 1);
^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
from /usr/include/c++/6/ios:40,
from /usr/include/c++/6/istream:38,
from /usr/include/c++/6/fstream:38,
from main.cpp:1:
/usr/include/c++/6/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/include/c++/6/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed:
main.cpp:45:51: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and 'long long unsigned int')
sol = min(sol, val - bucket + s.size() - 1);
^
In file included from /usr/include/c++/6/algorithm:62:0,
from main.cpp:2:
/usr/include/c++/6/bits/stl_algo.h:3447:5: note: candidate: template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)
min(initializer_list<_Tp> __l)
^~~
/usr/include/c++/6/bits/stl_algo.h:3447:5: note: template argument deduction/substitution failed:
main.cpp:45:51: note: mismatched types 'std::initializer_list<_Tp>' and 'long long int'
sol = min(sol, val - bucket + s.size() - 1);
^
In file included from /usr/include/c++/6/algorithm:62:0,
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !