Detalii evaluare #56166474

Rezumat problemă

Cu ocazia sărbătoririi marii victorii de la ONI2017, cei 10 Bistrițeni au pornit la drum cu scopul de a-și întemeia o țară. După multe dezbateri, aceștia s-au hotărât să o numească Zoomba. Și au mers ei ce au mers, până au ajuns într-un ținut pustiu, iar atunci, marele Zoli a spus: “Și aici să fie întemeiată Zoomba!” (La început, Zoomba nu are niciun oraș). Iulia are sarcina de a construi orașele, iar Maria va construi drumurile ce vor conecta orașele. Astfel, se disting următoarele evenimente:

  • 1: Iulia construiește un nou oraș. Dacă ultimul oraș construit este orașul x, atunci noul oraș va fi x + 1 (Dacă nu există niciun oraș în acel moment, atunci noul oraș construit va fi 1).
  • 2 x y c: Maria propune construcția unui drum bidirecțional ce leagă orașul x de orașul y de cost c.
  • 3 x: Zoli se întreabă care este costul minim pentru a lega un număr maxim de orașe (folosind drumurile propuse de Maria) cu scopul construirii unui județ (un județ este o grupare de orașe în care se poate ajunge din orice oraș în orice alt oraș) ce conține orașul x.

Scrieți un program care procesează M evenimente de tipurile precizate mai sus, și afișează în fișierul de ieșire rezultatele evenimentelor de tipul 3.

Detalii

Problema episodul1 Operații I/O episodul1.in/episodul1.out
Limita timp 0.15 secunde Limita memorie Total: 16 MB / Stivă 8 MB
Id soluție #56166474 Utilizator Dima Luca Alexandru (luka2k7)
Fișier episodul1.cpp Dimensiune 3.45 KB
Data încărcării 08 Februarie 2025, 16:50 Scor / rezultat Eroare de compilare

Evaluare

Mesaj compilare

episodul1.cpp: In function 'int main()':
episodul1.cpp:186:17: warning: unused variable 'rez' [-Wunused-variable]
             int rez = uni(x, y, cost);

                 ^
episodul1.cpp:191:27: error: no match for 'operator<<' (operand types are 'OutParser' and '<unresolved overloaded function type>')
             COUT << c[dx] << endl;

                           ^
episodul1.cpp:191:27: note: candidates are:
episodul1.cpp:98:16: note: OutParser& OutParser::operator<<(int)
     OutParser& operator << (int vu32) {

                ^
episodul1.cpp:98:16: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'int'
episodul1.cpp:109:16: note: OutParser& OutParser::operator<<(long long int)
     OutParser& operator << (long long vu64) {

                ^
episodul1.cpp:109:16: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long long int'
episodul1.cpp:120:16: note: OutParser& OutParser::operator<<(char)
     OutParser& operator << (char ch) {

                ^
episodul1.cpp:120:16: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'char'
episodul1.cpp:124:16: note: OutParser& OutParser::operator<<(const char*)
     OutParser& operator << (const char* ch) {

                ^
episodul1.cpp:124:16: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'const char*'
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 episodul1.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2753:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:471:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^
/usr/include/c++/4.8/ostream:471:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:476:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^
/usr/include/c++/4.8/ostream:476:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:482:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^
/usr/include/c++/4.8/ostream:482:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:488:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^
/usr/include/c++/4.8/ostream:488:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:493:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^
/usr/include/c++/4.8/ostream:493:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:513:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^
/usr/include/c++/4.8/ostream:513:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/ostream:612:0,
                 from /usr/include/c++/4.8/iostream:39,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^
/usr/include/c++/4.8/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:530:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^
/usr/include/c++/4.8/ostream:530:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:543:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^
/usr/include/c++/4.8/ostream:543:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:548:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^
/usr/include/c++/4.8/ostream:548:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<char, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/iostream:39:0,
                 from episodul1.cpp:1:
/usr/include/c++/4.8/ostream:602:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&)
     operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
     ^
/usr/include/c++/4.8/ostream:602:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:50:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.h:1277:5: note: template<class _RandomNumberEngine, unsigned int __w, class _UIntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.h:1277:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:477:5: note: template<class _UIntType1, unsigned int __w1, unsigned int __n1, unsigned int __m1, unsigned int __r1, _UIntType1 __a1, unsigned int __u1, _UIntType1 __d1, unsigned int __s1, _UIntType1 __b1, unsigned int __t1, _UIntType1 __c1, unsigned int __l1, _UIntType1 __f1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:477:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1029:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_int_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1029:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1088:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_real_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1088:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2275:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::cauchy_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2275:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1150:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bernoulli_distribution&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1150:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2050:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::normal_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2050:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1232:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::geometric_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1232:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2596:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::gamma_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2596:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1883:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::exponential_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1883:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2674:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::weibull_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2674:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2750:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::extreme_value_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2750:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:156:5: note: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:156:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:632:5: note: template<class _UIntType, unsigned int __w, unsigned int __s, unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:632:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:702:5: note: template<class _RandomNumberEngine, unsigned int __p, unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:702:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:831:5: note: template<class _RandomNumberEngine, unsigned int __k, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::shuffle_order_engine<_RandomNumberEngine, __k>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:831:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1347:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::negative_binomial_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1347:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1552:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::poisson_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1552:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:1819:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::binomial_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:1819:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2115:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::lognormal_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2115:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2188:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::chi_squared_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2188:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2352:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::fisher_f_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2352:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2427:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::student_t_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2427:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:2886:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discrete_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:2886:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:3096:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_constant_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:3096:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from episodul1.cpp:4:
/usr/include/c++/4.8/bits/random.tcc:3312:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_linear_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
/usr/include/c++/4.8/bits/random.tcc:3312:5: note:   template argument deduction/substitution failed:
episodul1.cpp:191:30: note:   'OutParser' is not derived from 'std::basic_ostream<_CharT, _Traits>'
             COUT << c[dx] << endl;

                              ^
episodul1.cpp:176:36: warning: unused variable 'ct' [-Wunused-variable]
     int m, e, x, y, cost, nro = 0, ct = 0;

                                    ^
episodul1.cpp: In member function 'char InParser::read_ch()':
episodul1.cpp:19:29: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    fread(buff, 1, 4096, fin);

                             ^

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 episodul1 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!