#2692
Se dă un șir de caractere în care cuvintele sunt formate din litere mici și mari ale alfabetului englez și sunt separate prin spații.
Să se afișeze cuvintele pe ecran, fiecare cuvânt pe câte o linie, în ordinea descrescătoare a numărului de litere. Dacă două cuvinte au același număr de litere atunci ele se vor afișa în ordine lexicografică.
| Problema | LungSortDesc | Operații I/O |
tastatură/ecran
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #63513586 | Utilizator | |
| Fișier | lungsortdesc.cpp | Dimensiune | 793 B |
| Data încărcării | 06 Martie 2026, 13:16 | Scor/rezultat | Eroare de compilare |
lungsortdesc.cpp: In function 'void sortare()': lungsortdesc.cpp:22:20: warning: pointer to a function used in arithmetic [-Wpointer-arith] if(strlen[i]>[strlen[i+1]) ^ lungsortdesc.cpp:22:23: error: capture of non-variable 'size_t strlen(const char*)' if(strlen[i]>[strlen[i+1]) ^ In file included from lungsortdesc.cpp:3:0: /usr/include/string.h:399:15: note: 'size_t strlen(const char*)' declared here extern size_t strlen (const char *__s) ^ lungsortdesc.cpp:22:29: error: expected ',' before '[' token if(strlen[i]>[strlen[i+1]) ^ lungsortdesc.cpp:22:29: error: expected identifier before '[' token lungsortdesc.cpp:24:13: error: expected ']' before '{' token { ^ lungsortdesc.cpp:22:21: error: no match for 'operator>' (operand types are 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' and 'sortare()::__lambda0') if(strlen[i]>[strlen[i+1]) ^ lungsortdesc.cpp:22:21: note: candidates are: lungsortdesc.cpp:22:21: note: operator>(void (*)(), void (*)()) <built-in> lungsortdesc.cpp:22:21: note: no known conversion for argument 1 from 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' to 'void (*)()' lungsortdesc.cpp:22:21: note: operator>(size_t (*)(const char*)throw () {aka unsigned int (*)(const char*)throw ()}, size_t (*)(const char*)throw () {aka unsigned int (*)(const char*)throw ()}) <built-in> lungsortdesc.cpp:22:21: note: no known conversion for argument 2 from 'sortare()::__lambda0' to 'size_t (*)(const char*)throw () {aka unsigned int (*)(const char*)throw ()}' 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/stl_pair.h:233: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:233:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::pair<_T1, _T2>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/stl_iterator.h:309: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:309:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/stl_iterator.h:359: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:359:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/stl_iterator.h:1079: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:1079:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::move_iterator<_Iterator>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/stl_iterator.h:1085: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:1085:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::move_iterator<_Iterator>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/basic_string.h:2606: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:2606:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/basic_string.h:2618: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:2618:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' } ^ 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/ostream:38, from /usr/include/c++/4.8/iostream:39, from lungsortdesc.cpp:2: /usr/include/c++/4.8/bits/basic_string.h:2630: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:2630:5: note: template argument deduction/substitution failed: lungsortdesc.cpp:29:13: note: types 'const _CharT' and 'size_t(const char*)throw () {aka unsigned int(const char*)throw ()}' have incompatible cv-qualifiers } ^ lungsortdesc.cpp:30:5: error: expected ')' before '}' token } ^ lungsortdesc.cpp:30:5: error: expected primary-expression before '}' token lungsortdesc.cpp:30:5: error: expected ';' before '}' token
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LungSortDesc 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ă.