Detalii evaluare #64500290

Rezumat problemă

Să se scrie o funcție C++ care determină câte perechi de elemente consecutive egale sunt memorate într-o lista simplu înlănțuită.

Detalii

Problema FListaNumarare1 Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #64500290 Utilizator Balteanu Rares (Balteanu_Rares)
Fișier flistanumarare1.cpp Dimensiune 210 B
Data încărcării 11 Mai 2026, 13:28 Scor/rezultat Eroare de compilare

Evaluare

Mesaj compilare

flistanumarare1.cpp: In function ‘int numarare(nod*)’:
flistanumarare1.cpp:42:10: error: no match for ‘operator=’ (operand types are ‘nod’ and ‘nod*’)
   42 |     b=p->urm;
      |          ^~~
flistanumarare1.cpp:4:8: note: candidate: ‘nod& nod::operator=(const nod&)’
    4 | struct nod{
      |        ^~~
flistanumarare1.cpp:4:8: note:   no known conversion for argument 1 from ‘nod*’ to ‘const nod&’
flistanumarare1.cpp:4:8: note: candidate: ‘nod& nod::operator=(nod&&)’
flistanumarare1.cpp:4:8: note:   no known conversion for argument 1 from ‘nod*’ to ‘nod&&’
flistanumarare1.cpp:43:12: error: no match for ‘operator!=’ (operand types are ‘nod’ and ‘long int’)
   43 |     while(b!=NULL)
      |            ^
In file included from /usr/include/c++/13/iosfwd:42,
                 from /usr/include/c++/13/ios:40,
                 from /usr/include/c++/13/ostream:40,
                 from /usr/include/c++/13/iostream:41,
                 from flistanumarare1.cpp:1:
/usr/include/c++/13/bits/postypes.h:197:5: note: candidate: ‘template<class _StateT> bool std::operator!=(const fpos<_StateT>&, const fpos<_StateT>&)’
  197 |     operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
      |     ^~~~~~~~
/usr/include/c++/13/bits/postypes.h:197:5: note:   template argument deduction/substitution failed:
In file included from /usr/include/stdio.h:34,
                 from /usr/include/c++/13/cstdio:42,
                 from /usr/include/c++/13/ext/string_conversions.h:45,
                 from /usr/include/c++/13/bits/basic_string.h:4109,
                 from /usr/include/c++/13/string:54,
                 from /usr/include/c++/13/bits/locale_classes.h:40,
                 from /usr/include/c++/13/bits/ios_base.h:41,
                 from /usr/include/c++/13/ios:44:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::fpos<_StateT>’
   43 |     while(b!=NULL)
      |              ^~~~
In file included from /usr/include/c++/13/string:43:
/usr/include/c++/13/bits/allocator.h:245:5: note: candidate: ‘template<class _T1, class _T2> bool std::operator!=(const allocator<_CharT>&, const allocator<_T2>&)’
  245 |     operator!=(const allocator<_T1>&, const allocator<_T2>&)
      |     ^~~~~~~~
/usr/include/c++/13/bits/allocator.h:245:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::allocator<_CharT>’
   43 |     while(b!=NULL)
      |              ^~~~
In file included from /usr/include/c++/13/string:48:
/usr/include/c++/13/bits/stl_iterator.h:462:5: note: candidate: ‘template<class _Iterator> bool std::operator!=(const reverse_iterator<_Iterator>&, const reverse_iterator<_Iterator>&)’
  462 |     operator!=(const reverse_iterator<_Iterator>& __x,
      |     ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator.h:462:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::reverse_iterator<_Iterator>’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/stl_iterator.h:507:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator!=(const reverse_iterator<_Iterator>&, const reverse_iterator<_IteratorR>&)’
  507 |     operator!=(const reverse_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator.h:507:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::reverse_iterator<_Iterator>’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/stl_iterator.h:1697:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator!=(const move_iterator<_IteratorL>&, const move_iterator<_IteratorR>&)’
 1697 |     operator!=(const move_iterator<_IteratorL>& __x,
      |     ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator.h:1697:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::move_iterator<_IteratorL>’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/stl_iterator.h:1763:5: note: candidate: ‘template<class _Iterator> bool std::operator!=(const move_iterator<_IteratorL>&, const move_iterator<_IteratorL>&)’
 1763 |     operator!=(const move_iterator<_Iterator>& __x,
      |     ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator.h:1763:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::move_iterator<_IteratorL>’
   43 |     while(b!=NULL)
      |              ^~~~
In file included from /usr/include/c++/13/bits/stl_algobase.h:64,
                 from /usr/include/c++/13/string:51:
/usr/include/c++/13/bits/stl_pair.h:842:5: note: candidate: ‘template<class _T1, class _T2> constexpr bool std::operator!=(const pair<_T1, _T2>&, const pair<_T1, _T2>&)’
  842 |     operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
      |     ^~~~~~~~
/usr/include/c++/13/bits/stl_pair.h:842:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::pair<_T1, _T2>’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/basic_string.h:3788:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
 3788 |     operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
/usr/include/c++/13/bits/basic_string.h:3788:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/basic_string.h:3802:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const _CharT*, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
 3802 |     operator!=(const _CharT* __lhs,
      |     ^~~~~~~~
/usr/include/c++/13/bits/basic_string.h:3802:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   mismatched types ‘const _CharT*’ and ‘nod’
   43 |     while(b!=NULL)
      |              ^~~~
/usr/include/c++/13/bits/basic_string.h:3815:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const __cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)’
 3815 |     operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
      |     ^~~~~~~~
/usr/include/c++/13/bits/basic_string.h:3815:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
   43 |     while(b!=NULL)
      |              ^~~~
In file included from /usr/include/c++/13/bits/locale_facets.h:48,
                 from /usr/include/c++/13/bits/basic_ios.h:37,
                 from /usr/include/c++/13/ios:46:
/usr/include/c++/13/bits/streambuf_iterator.h:242:5: note: candidate: ‘template<class _CharT, class _Traits> bool std::operator!=(const istreambuf_iterator<_CharT, _Traits>&, const istreambuf_iterator<_CharT, _Traits>&)’
  242 |     operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
      |     ^~~~~~~~
/usr/include/c++/13/bits/streambuf_iterator.h:242:5: note:   template argument deduction/substitution failed:
flistanumarare1.cpp:43:14: note:   ‘nod’ is not derived from ‘const std::istreambuf_iterator<_CharT, _Traits>’
   43 |     while(b!=NULL)
      |              ^~~~
In file included from /usr/include/c++/13/bits/ios_base.h:46:
/usr/include/c++/13/system_error:525:3: note: candidate: ‘bool std::operator!=(const error_code&, const error_code&)’
  525 |   operator!=(const error_code& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
/usr/include/c++/13/system_error:525:32: note:   no known conversion for argument 1 from ‘nod’ to ‘const std::error_code&’
  525 |   operator!=(const error_code& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/c++/13/system_error:530:3: note: candidate: ‘bool std::operator!=(const error_code&, const error_condition&)’
  530 |   operator!=(const error_code& __lhs, const error_condition& __rhs) noexcept
      |   ^~~~~~~~
/usr/include/c++/13/system_error:530:32: note:   no known conversion for argument 1 from ‘nod’ to ‘const std::error_code&’
  530 |   operator!=(const error_code& __lhs, const error_condition& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/c++/13/system_error:535:3: note: candidate: ‘bool std::operator!=(const error_condition&, const error_code&)’
  535 |   operator!=(const error_condition& __lhs, const error_code& __rhs) noexcept
      |   ^~~~~~~~
/usr/include/c++/13/system_error:535:37: note:   no known conversion for argument 1 from ‘nod’ to ‘const std::error_condition&’
  535 |   operator!=(const error_condition& __lhs, const error_code& __rhs) noexcept
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/c++/13/system_error:540:3: note: candidate: ‘bool std::operator!=(const error_condition&, const error_condition&)’
  540 |   operator!=(const error_condition& __lhs,
      |   ^~~~~~~~
/usr/include/c++/13/system_error:540:37: note:   no known conversion for argument 1 from ‘nod’ to ‘const std::error_condition&’
  540 |   operator!=(const error_condition& __lhs,
      |              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
flistanumarare1.cpp:45:22: error: base operand of ‘->’ has non-pointer type ‘nod’
   45 |         if(a->info==b->info)
      |                      ^~
flistanumarare1.cpp:47:11: error: cannot convert ‘nod’ to ‘nod*’ in assignment
   47 |         a=b;
      |           ^
      |           |
      |           nod
flistanumarare1.cpp:48:12: error: base operand of ‘->’ has non-pointer type ‘nod’
   48 |         b=b->urm;
      |            ^~

Cum funcționează evaluarea?

www.pbinfo.ro permite evaluarea a două tipuri de probleme:

  • probleme la care rezolvarea presupune scrierea unui program complet
  • probleme la care rezolvarea presupune scrierea unei secvențe de program - câteva instrucțiuni, o listă de declarații, una sau mai multe funcții, etc.

Problema FListaNumarare1 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:

  • Soluția propusă de tine este inclusă în programul suport, apoi acesta este compilat. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Datorită existenței programului suport, la compilare pot să apară erori sau avertismente care să nu se refere la instrucțiunile scrise de tine, dar care sunt datorate faptului că soluția ta nu este corectă.
  • Dacă programul suport a fost compilat, executabilul obținut va fi rulat, furnizându-i-se unul sau mai multe seturi de date de intrare, în concordanță cu restricțiile specifice problemei. Pentru fiecare set de date se obține un anumit punctaj, în raport cu corectitudinea soluției tale.

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ă.

Du-te sus!