#4173
Să se scrie o funcție C++ care va returna informația reținută în al k
-lea nod, parcurgând lista de la stânga la dreapta dacă k > 0
sau al -k
-lea nod, parcurgând lista de la dreapta la stânga dacă k < 0
.
Problema | FLdiCauta | Operații I/O |
![]() fldicauta.in /fldicauta.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #58116014 | Utilizator | |
Fișier | fldicauta.cpp | Dimensiune | 293 B |
Data încărcării | 14 Mai 2025, 20:33 | Scor / rezultat | Eroare de compilare |
fldicauta.cpp: In function 'int FLdiCauta(nod*, nod*, int)': fldicauta.cpp:17:18: error: conversion from 'int' to non-scalar type 'nod' requested nod *c=prim,i=0,nod *d; ^ fldicauta.cpp:17:24: error: expected initializer before '*' token nod *c=prim,i=0,nod *d; ^ fldicauta.cpp:18:23: error: no match for 'operator<=' (operand types are 'nod' and 'int') while(c!=NULL && i<=k) ^ fldicauta.cpp:18:23: 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_pair.h:239: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:239:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::pair<_T1, _T2>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:315: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:315:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::reverse_iterator<_Iterator>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:365: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:365:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::reverse_iterator<_Iterator>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1067: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:1067:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::move_iterator<_Iterator>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1073: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:1073:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::move_iterator<_Iterator>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2643: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:2643:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2655: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:2655:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: 'nod' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' while(c!=NULL && i<=k) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2667: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:2667:5: note: template argument deduction/substitution failed: fldicauta.cpp:18:25: note: mismatched types 'const _CharT*' and 'nod' while(c!=NULL && i<=k) ^ fldicauta.cpp:20:9: error: 'd' was not declared in this scope d=c;i++; ^ fldicauta.cpp:20:14: error: no 'operator++(int)' declared for postfix '++' [-fpermissive] d=c;i++; ^ fldicauta.cpp:21:15: warning: statement has no effect [-Wunused-value] c->urm; ^ fldicauta.cpp:23:12: error: 'd' was not declared in this scope return d->info; ^ fldicauta.cpp:24:19: error: no match for 'operator&&' (operand types are 'bool' and 'nod') while(c!=NULL && i=k && i>=0) ^ fldicauta.cpp:24:19: note: candidate is: fldicauta.cpp:24:19: note: operator&&(bool, bool) <built-in> fldicauta.cpp:24:19: note: no known conversion for argument 2 from 'nod' to 'bool' fldicauta.cpp:24:30: error: no match for 'operator>=' (operand types are 'nod' and 'int') while(c!=NULL && i=k && i>=0) ^ fldicauta.cpp:24:30: 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_pair.h:245: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:245:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::pair<_T1, _T2>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:321: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:321:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::reverse_iterator<_Iterator>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:371: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:371:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::reverse_iterator<_Iterator>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1091: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:1091:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::move_iterator<_Iterator>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/stl_iterator.h:1097: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:1097:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::move_iterator<_Iterator>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2680: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:2680:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2692: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:2692:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: 'nod' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>' while(c!=NULL && i=k && i>=0) ^ 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 fldicauta.cpp:1: /usr/include/c++/4.8/bits/basic_string.h:2704: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:2704:5: note: template argument deduction/substitution failed: fldicauta.cpp:24:32: note: mismatched types 'const _CharT*' and 'nod' while(c!=NULL && i=k && i>=0) ^ fldicauta.cpp:26:14: error: no 'operator--(int)' declared for postfix '--' [-fpermissive] d=c;i--; ^ fldicauta.cpp:27:15: warning: statement has no effect [-Wunused-value] c->ant; ^ fldicauta.cpp:30:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema FLdiCauta face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.