Borderou de evaluare (job #2719276)

Utilizator vladm98Munteanu Vlad vladm98 Data 9 martie 2021 18:58:54
Problema PScPld 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:20:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i < s.size(); ++i) { ~~^~~~~~~~~~ main.cpp:26:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i - manacher[i] / 2 - 1 >= 1 and i + manacher[i] / 2 + 1 < s.size() and s[i - manacher[i] / 2 - 1] == s[i + manacher[i] / 2 + 1]) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ main.cpp:34:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i < s.size(); ++i) { ~~^~~~~~~~~~ main.cpp:37:10: error: no match for 'operator<<' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'long long int') fout << ans; ~~~~~^~~~~~ main.cpp:37:10: note: candidate: operator<<(int, long long int) <built-in> main.cpp:37:10: note: no known conversion for argument 1 from 'std::ifstream {aka std::basic_ifstream<char>}' to 'int' In file included from /usr/include/c++/6/regex:62:0, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:110, from main.cpp:1: /usr/include/c++/6/bits/regex.h:1483:5: note: candidate: template<class _Ch_type, class _Ch_traits, class _Bi_iter> std::basic_ostream<_CharT, _Traits>& std::__cxx11::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::sub_match<_Bi_iter>&) operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os, ^~~~~~~~ /usr/include/c++/6/bits/regex.h:1483:5: note: template argument deduction/substitution failed: main.cpp:37:13: note: 'std::ifstream {aka std::basic_ifstream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fout << ans; ^~~ In file included from /usr/include/c++/6/random:51:0, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:108, from main.cpp:1: /usr/include/c++/6/bits/random.tcc:3160:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_linear_distribution<_RealType>&) operator<<(std::basic_ostream<_CharT, _Traits>& __os, ^~~~~~~~ /usr/include/c++/6/bits/random.tcc:3160:5: note: template argument deduction/substitution failed: main.cpp:37:13: note: 'std::ifstream {aka std::basic_ifstream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fout << ans; ^~~ In file included from /usr/include/c++/6/random:51:0, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:108, from main.cpp:1: /usr/include/c++/6/bits/random.tcc:2944:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_constant_distribution<_RealType>&) operator<<(std::basic_ostream<_CharT, _Traits>& __os, ^~~~~~~~ /usr/include/c++/6/bits/random.tcc:2944:5: note: template argument deduction/substitution failed: main.cpp:37:13: note: 'std::ifstream {aka std::basic_ifstream<char>}' is not derived from 'std::basic_ostream<_CharT, _Traits>' fout << ans; ^~~ In file included from /usr/include/c++/6/random:51:0, from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:108, from main.cpp:1: /usr/include/c++/6/bits/random.tcc:2734:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discrete_distribution<_IntType>&) operator<<(std::basic_ostream<_CharT, _Traits>& __os, Non zero exit status: 1

Ceva nu functioneaza?