#304
Se dă un şir format din n
elemente, numere naturale. Determinaţi câte secvenţe maximale cu elementele ordonate crescător conţine şirul.
Problema | Secvente | Operații I/O |
![]() secvente.in /secvente.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #57773459 | Utilizator | |
Fișier | secvente.cpp | Dimensiune | 348 B |
Data încărcării | 15 Aprilie 2025, 14:32 | Scor / rezultat | Eroare de compilare |
secvente.cpp: In function 'int main()': secvente.cpp:13:18: error: expected ',' before '-' token { if (v[i]<[i-1]) ^ secvente.cpp:13:18: error: expected identifier before '-' token secvente.cpp: In lambda function: secvente.cpp:13:21: error: expected '{' before ')' token { if (v[i]<[i-1]) ^ secvente.cpp: In function 'int main()': secvente.cpp:13:15: error: no match for 'operator<' (operand types are 'int' and 'main()::__lambda0') { if (v[i]<[i-1]) ^ secvente.cpp:13:15: note: candidates are: In file included from /usr/include/c++/4.8/bits/stl_algobase.h:64:0, from /usr/include/c++/4.8/bits/char_traits.h:39, 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 secvente.cpp:1: /usr/include/c++/4.8/bits/stl_pair.h:220:5: note: template<class _T1, class _T2> constexpr bool std::operator<(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&) operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^ /usr/include/c++/4.8/bits/stl_pair.h:220:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::pair<_T1, _T2>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, 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 secvente.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:297:5: note: template<class _Iterator> bool std::operator<(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&) operator<(const reverse_iterator<_Iterator>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:297:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, 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 secvente.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:347:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&) operator<(const reverse_iterator<_IteratorL>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:347:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, 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 secvente.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1055:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<(const std::move_iterator<_Iterator>&, const std::move_iterator<_IteratorR>&) operator<(const move_iterator<_IteratorL>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:1055:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::move_iterator<_Iterator>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0, from /usr/include/c++/4.8/bits/char_traits.h:39, 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 secvente.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1061:5: note: template<class _Iterator> bool std::operator<(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&) operator<(const move_iterator<_Iterator>& __x, ^ /usr/include/c++/4.8/bits/stl_iterator.h:1061:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::move_iterator<_Iterator>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/string:52:0, from /usr/include/c++/4.8/bits/locale_classes.h:40, from /usr/include/c++/4.8/bits/ios_base.h:41, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/fstream:38, from secvente.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2569:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&) operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2569:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/string:52:0, from /usr/include/c++/4.8/bits/locale_classes.h:40, from /usr/include/c++/4.8/bits/ios_base.h:41, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/fstream:38, from secvente.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2581:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*) operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2581:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'int' { if (v[i]<[i-1]) ^ In file included from /usr/include/c++/4.8/string:52:0, from /usr/include/c++/4.8/bits/locale_classes.h:40, from /usr/include/c++/4.8/bits/ios_base.h:41, from /usr/include/c++/4.8/ios:42, from /usr/include/c++/4.8/istream:38, from /usr/include/c++/4.8/fstream:38, from secvente.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2593:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&) operator<(const _CharT* __lhs, ^ /usr/include/c++/4.8/bits/basic_string.h:2593:5: note: template argument deduction/substitution failed: secvente.cpp:13:21: note: mismatched types 'const _CharT*' and 'int' { if (v[i]<[i-1]) ^ secvente.cpp:8:19: warning: unused variable 'secv' [-Wunused-variable] int v[1001],n,secv=1,secvmax=0,pozf=0,sc=0,smax=0,cnt=0; ^ secvente.cpp:8:26: warning: unused variable 'secvmax' [-Wunused-variable] int v[1001],n,secv=1,secvmax=0,pozf=0,sc=0,smax=0,cnt=0; ^ secvente.cpp:8:36: warning: unused variable 'pozf' [-Wunused-variable] int v[1001],n,secv=1,secvmax=0,pozf=0,sc=0,smax=0,cnt=0; ^ secvente.cpp:8:43: warning: unused variable 'sc' [-Wunused-variable] int v[1001],n,secv=1,secvmax=0,pozf=0,sc=0,smax=0,cnt=0; ^ secvente.cpp:8:48: warning: unused variable 'smax' [-Wunused-variable] int v[1001],n,secv=1,secvmax=0,pozf=0,sc=0,smax=0,cnt=0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Secvente 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ă.