#3963
maxq
Johnie a început să se joace cu un vector de numere. El dispune iniţial de un vector V
cu N
numere întregi (numerotate de la 0
la N - 1
) şi poate efectua următoarele operaţii:
p
cu un alt număr întreg;V
inclusă între indicii a
şi b
;ONI 2007, clasele 11-12
Problema | maxq | Operații I/O |
maxq.in /maxq.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 32 MB
/
Stivă 1 MB
|
Id soluție | #54004060 | Utilizator | |
Fișier | maxq.cpp | Dimensiune | 1.73 KB |
Data încărcării | 17 Noiembrie 2024, 16:42 | Scor / rezultat | Eroare de compilare |
maxq.cpp: In function 'elem fuse(elem, elem)': maxq.cpp:15:47: error: no matching function for call to 'max(<brace-enclosed initializer list>)' r.max = max( { a.max, b.max, a.suf + b.pre } ); ^ maxq.cpp:15:47: 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/fstream:38, from maxq.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: maxq.cpp:15:47: note: candidate expects 2 arguments, 1 provided r.max = max( { a.max, b.max, a.suf + b.pre } ); ^ 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/fstream:38, from maxq.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: maxq.cpp:15:47: note: candidate expects 3 arguments, 1 provided r.max = max( { a.max, b.max, a.suf + b.pre } ); ^ maxq.cpp:17:40: error: no matching function for call to 'max(<brace-enclosed initializer list>)' r.pre = max( { a.pre, a.sum + b.pre } ); ^ maxq.cpp:17:40: 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/fstream:38, from maxq.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: maxq.cpp:17:40: note: candidate expects 2 arguments, 1 provided r.pre = max( { a.pre, a.sum + b.pre } ); ^ 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/fstream:38, from maxq.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: maxq.cpp:17:40: note: candidate expects 3 arguments, 1 provided r.pre = max( { a.pre, a.sum + b.pre } ); ^ maxq.cpp:18:40: error: no matching function for call to 'max(<brace-enclosed initializer list>)' r.suf = max( { b.suf, b.sum + a.suf } ); ^ maxq.cpp:18:40: 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/fstream:38, from maxq.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: maxq.cpp:18:40: note: candidate expects 2 arguments, 1 provided r.suf = max( { b.suf, b.sum + a.suf } ); ^ 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/fstream:38, from maxq.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: maxq.cpp:18:40: note: candidate expects 3 arguments, 1 provided r.suf = max( { b.suf, b.sum + a.suf } ); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema maxq 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ă.