#3163
SecvMaxVal
Se dă un șir de n
numere naturale și un număr natural val
. Determinați lungimea maximă a unei secvențe cu proprietatea că suma numerelor din aceasta este mai mică sau egală cu val
.
Problema | SecvMaxVal | Operații I/O |
secvmaxval.in /secvmaxval.out
|
---|---|---|---|
Limita timp | 0.05 secunde | Limita memorie |
Total: 5 MB
/
Stivă 5 MB
|
Id soluție | #53058585 | Utilizator | |
Fișier | secvmaxval.cpp | Dimensiune | 273 B |
Data încărcării | 16 Octombrie 2024, 17:17 | Scor / rezultat | Eroare de compilare |
secvmaxval.cpp: In function 'int main()': secvmaxval.cpp:16:17: error: no matching function for call to 'max(long long int&, <unresolved overloaded function type>)' lm=max(lm,q.size); ^ secvmaxval.cpp:16:17: note: candidates are: In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/sstream:38, from /usr/include/c++/4.8/complex:45, from /usr/include/c++/4.8/ccomplex:38, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52, from secvmaxval.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed: secvmaxval.cpp:16:17: note: could not resolve address from overloaded function 'q.std::queue<_Tp, _Sequence>::size<int, std::deque<int, std::allocator<int> > >' lm=max(lm,q.size); ^ In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0, from /usr/include/c++/4.8/ios:40, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/sstream:38, from /usr/include/c++/4.8/complex:45, from /usr/include/c++/4.8/ccomplex:38, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52, from secvmaxval.cpp:1: /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed: secvmaxval.cpp:16:17: note: could not resolve address from overloaded function 'q.std::queue<_Tp, _Sequence>::size<int, std::deque<int, std::allocator<int> > >' lm=max(lm,q.size); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64, from secvmaxval.cpp:1: /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template<class _Tp> _Tp std::max(std::initializer_list<_Tp>) max(initializer_list<_Tp> __l) ^ /usr/include/c++/4.8/bits/stl_algo.h:4231:5: note: template argument deduction/substitution failed: secvmaxval.cpp:16:17: note: mismatched types 'std::initializer_list<_Tp>' and 'long long int' lm=max(lm,q.size); ^ In file included from /usr/include/c++/4.8/algorithm:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64, from secvmaxval.cpp:1: /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template<class _Tp, class _Compare> _Tp std::max(std::initializer_list<_Tp>, _Compare) max(initializer_list<_Tp> __l, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algo.h:4236:5: note: template argument deduction/substitution failed: secvmaxval.cpp:16:17: note: mismatched types 'std::initializer_list<_Tp>' and 'long long int' lm=max(lm,q.size); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SecvMaxVal face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.