Borderou de evaluare (job #2271006)
Utilizator | Data | 27 octombrie 2018 21:08:17 | |
---|---|---|---|
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:41:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int l = 1; l <= s.size() && sol == INF; l++){
~~^~~~~~~~~~~
main.cpp:42:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int salt = 0; salt < l && l + salt <= s.size(); salt++){
~~~~~~~~~^~~~~~~~~~~
main.cpp:45:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(i + get_len(x) - 1 < s.size() && get_nr(i, i + get_len(x) - 1) == x){
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
main.cpp:49:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(i + get_len(x) - 1 >= s.size() && get_nr(i, s.size() - 1) == (x >> (get_len(x) - s.size() + i)))// a mai ramas un ciot bun
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
main.cpp:50:57: error: no matching function for call to 'min(long long int&, long long unsigned int)'
sol = min(sol, get_poz(nr) - salt + 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:50:57: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and 'long long unsigned int')
sol = min(sol, get_poz(nr) - salt + 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:50:57: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and 'long long unsigned int')
sol = min(sol, get_poz(nr) - salt + s.size() - 1);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !