Detalii evaluare #61476722

Rezumat problemă

Se dau n numere naturale. Să se afișeze acestea în ordinea crescătoare a numărului de divizori ai fiecăruia, la același număr de divizori crescător după cifra de control, la aceeași cifră de control crescător după prima cifră, iar dacă și prima cifră este aceeași atunci numerele se vor afișa în ordinea crescătoare a valorii lor.

Detalii

Problema sort_div Operații I/O sort_div.in/sort_div.out
Limita timp 0.02 secunde Limita memorie Total: 1 MB / Stivă 1 MB
Id soluție #61476722 Utilizator boncea sofia (Sofiaaaaxa)
Fișier sort_div.cpp Dimensiune 1.91 KB
Data încărcării 28 Noiembrie 2025, 19:50 Scor/rezultat Eroare de compilare

Evaluare

Mesaj compilare

sort_div.cpp: In function 'int main()':
sort_div.cpp:31:11: error: request for member 'nrd' in 'y', which is of non-class type 'int'
         y.nrd = 0;

           ^
sort_div.cpp:33:25: error: no match for 'operator<=' (operand types are 'int' and 'ura')
         for (d = 2; d*d <= v[i]; d++)

                         ^
sort_div.cpp:33:25: 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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::pair<_T1, _T2>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::reverse_iterator<_Iterator>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::reverse_iterator<_Iterator>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::move_iterator<_Iterator>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::move_iterator<_Iterator>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const std::basic_string<_CharT, _Traits, _Alloc>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
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 sort_div.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:
sort_div.cpp:33:31: note:   mismatched types 'const _CharT*' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
In file included from /usr/include/c++/4.8/vector:64:0,
                 from /usr/include/c++/4.8/bits/random.h:34,
                 from /usr/include/c++/4.8/random:50,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from sort_div.cpp:2:
/usr/include/c++/4.8/bits/stl_vector.h:1440:5: note: template<class _Tp, class _Alloc> bool std::operator<=(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)
     operator<=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
     ^
/usr/include/c++/4.8/bits/stl_vector.h:1440:5: note:   template argument deduction/substitution failed:
sort_div.cpp:33:31: note:   mismatched types 'const std::vector<_Tp, _Alloc>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
In file included from /usr/include/c++/4.8/tuple:39:0,
                 from /usr/include/c++/4.8/functional:55,
                 from /usr/include/c++/4.8/bits/stl_algo.h:66,
                 from /usr/include/c++/4.8/algorithm:62,
                 from sort_div.cpp:2:
/usr/include/c++/4.8/array:251:5: note: template<class _Tp, unsigned int _Nm> bool std::operator<=(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)
     operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
     ^
/usr/include/c++/4.8/array:251:5: note:   template argument deduction/substitution failed:
sort_div.cpp:33:31: note:   mismatched types 'const std::array<_Tp, _Nm>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
In file included from /usr/include/c++/4.8/functional:55:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:66,
                 from /usr/include/c++/4.8/algorithm:62,
                 from sort_div.cpp:2:
/usr/include/c++/4.8/tuple:847:5: note: template<class ... _TElements, class ... _UElements> constexpr bool std::operator<=(const std::tuple<_Elements ...>&, const std::tuple<_Elements ...>&)
     operator<=(const tuple<_TElements...>& __t,
     ^
/usr/include/c++/4.8/tuple:847:5: note:   template argument deduction/substitution failed:
sort_div.cpp:33:31: note:   mismatched types 'const std::tuple<_Elements ...>' and 'int'
         for (d = 2; d*d <= v[i]; d++)

                               ^
sort_div.cpp:35:22: error: 'a' was not declared in this scope
                 if ( a % d == 0)

                      ^
sort_div.cpp:37:21: error: request for member 'nrd' in 'y', which is of non-class type 'int'
                   y.nrd++;

                     ^
sort_div.cpp:45:11: error: request for member 'pc' in 'y', which is of non-class type 'int'
         y.pc = y / (nrcif-1);

           ^
sort_div.cpp:46:11: error: request for member 'cc' in 'y', which is of non-class type 'int'
         y.cc = y % 9;

           ^
sort_div.cpp:50:9: error: 'a' was not declared in this scope
         a = v[i].x;

         ^
sort_div.cpp:51:9: error: 'b' was not declared in this scope
         b = v[i+1].x;

         ^
sort_div.cpp:87:17: error: cannot bind 'std::basic_ostream<char>' lvalue to 'std::basic_ostream<char>&&'
         f << v[i];

                 ^
In file included from /usr/include/c++/4.8/istream:39:0,
                 from /usr/include/c++/4.8/fstream:38,
                 from sort_div.cpp:1:
/usr/include/c++/4.8/ostream:602:5: error:   initializing argument 1 of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = ura]'
     operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
     ^

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 sort_div face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:

  • Programul sursă este compilat folosind compilatorul corespunzător. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Dacă programul 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!