Detalii evaluare #49678168

Rezumat problemă

Construcția unei noi clădiri a fost finalizată! Frank, celebrul arhitect a făcut o poză cu fațada. Nu este chiar mulțumit de poză deoarece a observat o înclinație a pozei relativ la orizontală. Asta se poate repara printr-o rotație, iar Frank se întreabă dacă procesul de îndreptare nu ar putea fi automatizat. Cu acest scop, imaginea este transformată într-o mulțime de segmente din plan, detectate automat cu algoritmi speciali, ca în imaginea din dreapta. Segmentele care se obțin sunt identificate prin cele două extremități, puncte având coordonate numere naturale, în sistemul xOy: (x1, y1), (x2, y2). Un segment este numit aliniat cu axele dacă este orizontal paralel cu axa Ox, deci y1 = y2) sau vertical (paralel cu axa Oy, deci x1 = x2). Prin rotația imaginii în ansamblu, o parte dintre segmente devin aliniate cu cele două axe. Scrieți un program care pentru o mulțime de segmente determină numărul maxim de segmente care se pot alinia prin rotirea cu un același unghi a tuturor segmentelor. Unghiul de rotație poate fi orice număr real.

OJI 2023, clasa a X-a

Detalii

Problema arhitect Operații I/O arhitect.in/arhitect.out
Limita timp 0.3 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #49678168 Utilizator Gherasim Bogdan (Gherasim_bogdan9)
Fișier arhitect.cpp Dimensiune 1.05 KB
Data încărcării 11 Martie 2024, 22:00 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

arhitect.cpp: In function 'int main()':
arhitect.cpp:6:8: error: expected initializer before '>>' token
     cin>>N;

        ^
arhitect.cpp:7:9: error: 'i' was not declared in this scope
     for(i=1; i<=N; i++)

         ^
arhitect.cpp:7:17: error: 'N' was not declared in this scope
     for(i=1; i<=N; i++)

                 ^
arhitect.cpp:9:14: error: 'x1' was not declared in this scope
         cin>>x1>>y1;

              ^
arhitect.cpp:10:14: error: 'x2' was not declared in this scope
         cin>>x2>>y2;

              ^
arhitect.cpp:10:18: error: 'y2' was not declared in this scope
         cin>>x2>>y2;

                  ^
arhitect.cpp:11:9: error: 'tg' was not declared in this scope
         tg=0;

         ^
arhitect.cpp:38:9: error: 'a' was not declared in this scope
         a[k++]=tg;

         ^
arhitect.cpp:38:11: error: 'k' was not declared in this scope
         a[k++]=tg;

           ^
arhitect.cpp:40:9: error: 'i' was not declared in this scope
     for(i=1; i<=k; i++)

         ^
arhitect.cpp:40:17: error: 'k' was not declared in this scope
     for(i=1; i<=k; i++)

                 ^
arhitect.cpp:42:12: error: 'a' was not declared in this scope
         if(a[i]>a[i+1])

            ^
arhitect.cpp:44:13: error: 'aux' was not declared in this scope
             aux=a[i];

             ^
arhitect.cpp:49:9: error: 'i' was not declared in this scope
     for(i=1;i<=k;i++)

         ^
arhitect.cpp:49:16: error: 'k' was not declared in this scope
     for(i=1;i<=k;i++)

                ^
arhitect.cpp:51:9: error: 'cnt' was not declared in this scope
         cnt=0;

         ^
arhitect.cpp:52:15: error: 'a' was not declared in this scope
         while(a[i]==a[i+1])

               ^
arhitect.cpp:61:8: error: no match for 'operator>>' (operand types are 'std::istream {aka std::basic_istream<char>}' and '<unresolved overloaded function type>')
     cin>>max;

        ^
arhitect.cpp:61:8: note: candidates are:
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:120:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__istream_type& (*)(std::basic_istream<_CharT, _Traits>::__istream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(__istream_type& (*__pf)(__istream_type&))
       ^
/usr/include/c++/4.8/istream:120:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'std::basic_istream<char>::__istream_type& (*)(std::basic_istream<char>::__istream_type&) {aka std::basic_istream<char>& (*)(std::basic_istream<char>&)}'
/usr/include/c++/4.8/istream:124:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__ios_type& (*)(std::basic_istream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>; std::basic_istream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator>>(__ios_type& (*__pf)(__ios_type&))
       ^
/usr/include/c++/4.8/istream:124:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'std::basic_istream<char>::__ios_type& (*)(std::basic_istream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/usr/include/c++/4.8/istream:131:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(ios_base& (*__pf)(ios_base&))
       ^
/usr/include/c++/4.8/istream:131:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'std::ios_base& (*)(std::ios_base&)'
/usr/include/c++/4.8/istream:168:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(bool&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(bool& __n)
       ^
/usr/include/c++/4.8/istream:168:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'bool&'
/usr/include/c++/4.8/istream:172:7: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(short int&) [with _CharT = char; _Traits = std::char_traits<char>]
       operator>>(short& __n);
       ^
/usr/include/c++/4.8/istream:172:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'short int&'
/usr/include/c++/4.8/istream:175:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(short unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(unsigned short& __n)
       ^
/usr/include/c++/4.8/istream:175:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'short unsigned int&'
/usr/include/c++/4.8/istream:179:7: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(int&) [with _CharT = char; _Traits = std::char_traits<char>]
       operator>>(int& __n);
       ^
/usr/include/c++/4.8/istream:179:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'int&'
/usr/include/c++/4.8/istream:182:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(unsigned int& __n)
       ^
/usr/include/c++/4.8/istream:182:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'unsigned int&'
/usr/include/c++/4.8/istream:186:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(long& __n)
       ^
/usr/include/c++/4.8/istream:186:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long int&'
/usr/include/c++/4.8/istream:190:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(unsigned long& __n)
       ^
/usr/include/c++/4.8/istream:190:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long unsigned int&'
/usr/include/c++/4.8/istream:195:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(long long& __n)
       ^
/usr/include/c++/4.8/istream:195:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long long int&'
/usr/include/c++/4.8/istream:199:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(unsigned long long& __n)
       ^
/usr/include/c++/4.8/istream:199:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long long unsigned int&'
/usr/include/c++/4.8/istream:214:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(float&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(float& __f)
       ^
/usr/include/c++/4.8/istream:214:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'float&'
/usr/include/c++/4.8/istream:218:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(double&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(double& __f)
       ^
/usr/include/c++/4.8/istream:218:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'double&'
/usr/include/c++/4.8/istream:222:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long double&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(long double& __f)
       ^
/usr/include/c++/4.8/istream:222:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'long double&'
/usr/include/c++/4.8/istream:235:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(void*&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]
       operator>>(void*& __p)
       ^
/usr/include/c++/4.8/istream:235:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'void*&'
/usr/include/c++/4.8/istream:259:7: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
       operator>>(__streambuf_type* __sb);
       ^
/usr/include/c++/4.8/istream:259:7: note:   no known conversion for argument 1 from '<unresolved overloaded function type>' to 'std::basic_istream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /usr/include/c++/4.8/string:53: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/sstream:38,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)
     operator>>(basic_istream<_CharT, _Traits>& __in,
     ^
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_Alloc'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:770:5: note: std::basic_istream<_CharT2, _Traits2>& std::operator>>(std::basic_istream<_CharT2, _Traits2>&, _CharT2*) [with _CharT2 = char; _Traits2 = std::char_traits<char>; _CharT = char; _Traits = std::char_traits<char>]
     operator>>(basic_istream<char>& __in, char* __s);
     ^
/usr/include/c++/4.8/istream:770:5: note:   no known conversion for argument 2 from '<unresolved overloaded function type>' to 'char*'
In file included from /usr/include/c++/4.8/istream:882:0,
                 from /usr/include/c++/4.8/sstream:38,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/istream.tcc:923:5: note: std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&) [with _CharT = char; _Traits = std::char_traits<char>]
     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c)
     ^
/usr/include/c++/4.8/bits/istream.tcc:923:5: note:   no known conversion for argument 2 from '<unresolved overloaded function type>' to 'char&'
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:727:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
     ^
/usr/include/c++/4.8/istream:727:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'unsigned char&'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:732:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char&)
     operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
     ^
/usr/include/c++/4.8/istream:732:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'signed char&'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:774:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char*)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char* __s)
     ^
/usr/include/c++/4.8/istream:774:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'unsigned char*'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:779:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char*)
     operator>>(basic_istream<char, _Traits>& __in, signed char* __s)
     ^
/usr/include/c++/4.8/istream:779:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'signed char*'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/sstream:38:0,
                 from /usr/include/c++/4.8/complex:45,
                 from /usr/include/c++/4.8/ccomplex:38,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/istream:872:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&)
     operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
     ^
/usr/include/c++/4.8/istream:872:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_Tp'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/ccomplex:38:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:52,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/complex:491:5: note: template<class _Tp, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::complex<_Tp>&)
     operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __x)
     ^
/usr/include/c++/4.8/complex:491:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_Tp'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:505: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_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:505:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_UIntType1'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1050:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_int_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1050:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1112:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_real_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1112:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2299:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::cauchy_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2299:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.h:3759:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bernoulli_distribution&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.h:3759:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::bernoulli_distribution&'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2077:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::normal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2077:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType1'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1256:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::geometric_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1256:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2621:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::gamma_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2621:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType1'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1906:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::exponential_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1906:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2698:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::weibull_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2698:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2774:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::extreme_value_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2774:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:178:5: note: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:178:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_UIntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:657:5: note: template<class _UIntType, unsigned int __w, unsigned int __s, unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:657:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_UIntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:725:5: note: template<class _RandomNumberEngine, unsigned int __p, unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:725:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RandomNumberEngine'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:856:5: note: template<class _RandomNumberEngine, unsigned int __k, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::shuffle_order_engine<_RandomNumberEngine, __k>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:856:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RandomNumberEngine'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1372:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::negative_binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1372:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1577:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::poisson_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1577:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:1845:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1845:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2140:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::lognormal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2140:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2212:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::chi_squared_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2212:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2377:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::fisher_f_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2377:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2451:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::student_t_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2451:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:2913:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discrete_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2913:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_IntType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:3128:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_constant_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3128:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
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 /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/random.tcc:3344:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_linear_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3344:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_RealType'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:65:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bitset:1453:5: note: template<class _CharT, class _Traits, unsigned int _Nb> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bitset<_Nb>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x)
     ^
/usr/include/c++/4.8/bitset:1453:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_Nb'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:68:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Resetiosflags)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f)
     ^
/usr/include/c++/4.8/iomanip:68:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::_Resetiosflags'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:98:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setiosflags)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f)
     ^
/usr/include/c++/4.8/iomanip:98:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::_Setiosflags'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:129:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setbase)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f)
     ^
/usr/include/c++/4.8/iomanip:129:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::_Setbase'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:167:5: note: std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setfill<_CharT>) [with _CharT = char; _Traits = std::char_traits<char>]
     operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f)
     ^
/usr/include/c++/4.8/iomanip:167:5: note:   no known conversion for argument 2 from '<unresolved overloaded function type>' to 'std::_Setfill<char>'
/usr/include/c++/4.8/iomanip:197:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setprecision)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f)
     ^
/usr/include/c++/4.8/iomanip:197:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::_Setprecision'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:227:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setw)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Setw __f)
     ^
/usr/include/c++/4.8/iomanip:227:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   cannot convert 'std::max' (type '<unresolved overloaded function type>') to type 'std::_Setw'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/iomanip:261:5: note: template<class _CharT, class _Traits, class _MoneyT> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Get_money<_MoneyT>)
     operator>>(basic_istream<_CharT, _Traits>& __is, _Get_money<_MoneyT> __f)
     ^
/usr/include/c++/4.8/iomanip:261:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_MoneyT'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/valarray:587:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__shift_right, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__shift_right, typename _Dom1::value_type>::result_type> std::operator>>(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::_Expr<_Dom2, typename _Dom2::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(>>, __shift_right)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/valarray:587:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__shift_right, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__shift_right, typename _Dom1::value_type>::result_type> std::operator>>(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const typename _Dom::value_type&)
     _DEFINE_EXPR_BINARY_OPERATOR(>>, __shift_right)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/valarray:587:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__shift_right, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__shift_right, typename _Dom1::value_type>::result_type> std::operator>>(const typename _Dom::value_type&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(>>, __shift_right)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   couldn't deduce template parameter '_Dom'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/valarray:587:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__shift_right, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__shift_right, typename _Dom1::value_type>::result_type> std::operator>>(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::valarray<typename _Dom::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(>>, __shift_right)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
     cin>>max;

          ^
In file included from /usr/include/c++/4.8/valarray:587:0,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__shift_right, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__shift_right, typename _Dom1::value_type>::result_type> std::operator>>(const std::valarray<typename _Dom::value_type>&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
     _DEFINE_EXPR_BINARY_OPERATOR(>>, __shift_right)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:411:5: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::valarray<typename _Dom::value_type>'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/valarray:1176:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__shift_right, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__shift_right, _Tp>::result_type> std::operator>>(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(>>, __shift_right)
 ^
/usr/include/c++/4.8/valarray:1176:1: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::valarray<_Tp>'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/valarray:1176:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__shift_right, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__shift_right, _Tp>::result_type> std::operator>>(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(>>, __shift_right)
 ^
/usr/include/c++/4.8/valarray:1176:1: note:   template argument deduction/substitution failed:
arhitect.cpp:61:10: note:   'std::istream {aka std::basic_istream<char>}' is not derived from 'const std::valarray<_Tp>'
     cin>>max;

          ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from arhitect.cpp:1:
/usr/include/c++/4.8/valarray:1176:1: note: std::_Expr<std::_BinClos<std::__shift_right, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__shift_right, _Tp>::result_type> std::operator>>(const _Tp&, const std::valarray<_Tp>&) [with _Tp = std::basic_istream<char>; typename std::__fun<std::__shift_right, _Tp>::result_type = std::basic_istream<char>]
 _DEFINE_BINARY_OPERATOR(>>, __shift_right)
 ^
/usr/include/c++/4.8/valarray:1176:1: note:   no known conversion for argument 2 from '<unresolved overloaded function type>' to 'const std::valarray<std::basic_istream<char> >&'

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