#922
Puncte
Se dau coordonatele carteziene a n
puncte în plan. Să se determine distanța maximă dintre un punct dat și originea sistemului de coordonate și numărul de puncte situate la acea distanță față de origine.
Problema | Puncte | Operații I/O |
![]() |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #58321662 | Utilizator | |
Fișier | puncte.cpp | Dimensiune | 426 B |
Data încărcării | 27 Mai 2025, 09:42 | Scor / rezultat | Eroare de compilare |
puncte.cpp: In function 'int main()': puncte.cpp:17:18: error: no match for 'operator>>' (operand types are 'float' and 'punct') if(v[i].d>>maxx) ^ puncte.cpp:17:18: note: candidates are: 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/istream.tcc:955:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*) operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) ^ /usr/include/c++/4.8/bits/istream.tcc:955:5: note: template argument deduction/substitution failed: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/istream.tcc:923:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&) operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) ^ /usr/include/c++/4.8/bits/istream.tcc:923:5: note: template argument deduction/substitution failed: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<char, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<char, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<char, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<char, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:65:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.cpp:1: /usr/include/c++/4.8/iomanip:167:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::_Setfill<_CharT>) operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) ^ /usr/include/c++/4.8/iomanip:167:5: note: template argument deduction/substitution failed: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.cpp:1: /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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:71:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'std::basic_istream<_CharT, _Traits>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: 'punct' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d>>maxx) ^ 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 puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::valarray<typename _Dom::value_type>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::valarray<_Tp>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.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: puncte.cpp:17:20: note: mismatched types 'const std::valarray<_Tp>' and 'float' if(v[i].d>>maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.cpp:1: /usr/include/c++/4.8/valarray:1176:1: note: template<class _Tp> 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>&) _DEFINE_BINARY_OPERATOR(>>, __shift_right) ^ /usr/include/c++/4.8/valarray:1176:1: note: template argument deduction/substitution failed: puncte.cpp:17:20: note: 'punct' is not derived from 'const std::valarray<_Tp>' if(v[i].d>>maxx) ^ puncte.cpp:18:17: error: no match for 'operator=' (operand types are 'punct' and 'float') maxx=v[i].d; ^ puncte.cpp:18:17: note: candidates are: puncte.cpp:4:8: note: punct& punct::operator=(const punct&) struct punct ^ puncte.cpp:4:8: note: no known conversion for argument 1 from 'float' to 'const punct&' puncte.cpp:4:8: note: punct& punct::operator=(punct&&) puncte.cpp:4:8: note: no known conversion for argument 1 from 'float' to 'punct&&' puncte.cpp:21:14: error: no match for 'operator==' (operand types are 'float' and 'punct') if(v[i].d==maxx) ^ puncte.cpp:21:14: note: candidates are: In file included from /usr/include/c++/4.8/unordered_set:48:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:116, from puncte.cpp:1: /usr/include/c++/4.8/bits/unordered_set.h:1283:5: note: template<class _Value, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>&, const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>&) operator==(const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/unordered_set.h:1283:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::unordered_multiset<_Value, _Hash, _Pred, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/unordered_set:48:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:116, from puncte.cpp:1: /usr/include/c++/4.8/bits/unordered_set.h:1271:5: note: template<class _Value, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_set<_Value, _Hash, _Pred, _Alloc>&, const std::unordered_set<_Value, _Hash, _Pred, _Alloc>&) operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/unordered_set.h:1271:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::unordered_set<_Value, _Hash, _Pred, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/unordered_map:48:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:115, from puncte.cpp:1: /usr/include/c++/4.8/bits/unordered_map.h:1400:5: note: template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&) operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/unordered_map.h:1400:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/unordered_map:48:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:115, from puncte.cpp:1: /usr/include/c++/4.8/bits/unordered_map.h:1388:5: note: template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator==(const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&, const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&) operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/unordered_map.h:1388:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:109:0, from puncte.cpp:1: /usr/include/c++/4.8/scoped_allocator:453:5: note: template<class _OutA1, class _OutA2, class ... _InA> bool std::operator==(const std::scoped_allocator_adaptor<_OutA1, _InA ...>&, const std::scoped_allocator_adaptor<_InnerHead, _InnerTail ...>&) operator==(const scoped_allocator_adaptor<_OutA1, _InA...>& __a, ^ /usr/include/c++/4.8/scoped_allocator:453:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::scoped_allocator_adaptor<_OutA1, _InA ...>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1810:5: note: template<class _Bi_iter, class _Alloc> bool std::operator==(const std::match_results<_FwdIterT, _Alloc>&, const std::match_results<_FwdIterT, _Alloc>&) operator==(const match_results<_Bi_iter, _Alloc>& __m1, ^ /usr/include/c++/4.8/bits/regex.h:1810:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::match_results<_FwdIterT, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1306:5: note: template<class _Bi_iter> bool std::operator==(const std::sub_match<_BiIter>&, const typename std::iterator_traits<_Iter>::value_type&) operator==(const sub_match<_Bi_iter>& __lhs, ^ /usr/include/c++/4.8/bits/regex.h:1306:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::sub_match<_BiIter>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1226:5: note: template<class _Bi_iter> bool std::operator==(const typename std::iterator_traits<_Iter>::value_type&, const std::sub_match<_BiIter>&) operator==(typename iterator_traits<_Bi_iter>::value_type const& __lhs, ^ /usr/include/c++/4.8/bits/regex.h:1226:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: 'punct' is not derived from 'const std::sub_match<_BiIter>' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1152:5: note: template<class _Bi_iter> bool std::operator==(const std::sub_match<_BiIter>&, const typename std::iterator_traits<_Iter>::value_type*) operator==(const sub_match<_Bi_iter>& __lhs, ^ /usr/include/c++/4.8/bits/regex.h:1152:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::sub_match<_BiIter>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1078:5: note: template<class _Bi_iter> bool std::operator==(const typename std::iterator_traits<_Iter>::value_type*, const std::sub_match<_BiIter>&) operator==(typename iterator_traits<_Bi_iter>::value_type const* __lhs, ^ /usr/include/c++/4.8/bits/regex.h:1078:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const typename std::iterator_traits<_Iter>::value_type*' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:1004:5: note: template<class _Bi_iter, class _Ch_traits, class _Ch_alloc> bool std::operator==(const std::sub_match<_BiIter>&, std::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>&) operator==(const sub_match<_Bi_iter>& __lhs, ^ /usr/include/c++/4.8/bits/regex.h:1004:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::sub_match<_BiIter>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:930:5: note: template<class _Bi_iter, class _Ch_traits, class _Ch_alloc> bool std::operator==(std::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>&, const std::sub_match<_BiIter>&) operator==(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs, ^ /usr/include/c++/4.8/bits/regex.h:930:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'std::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/regex:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:108, from puncte.cpp:1: /usr/include/c++/4.8/bits/regex.h:857:5: note: template<class _BiIter> bool std::operator==(const std::sub_match<_BiIter>&, const std::sub_match<_BiIter>&) operator==(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs) ^ /usr/include/c++/4.8/bits/regex.h:857:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::sub_match<_BiIter>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/forward_list:40:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:102, from puncte.cpp:1: /usr/include/c++/4.8/bits/forward_list.tcc:387:5: note: template<class _Tp, class _Alloc> bool std::operator==(const std::forward_list<_Tp, _Alloc>&, const std::forward_list<_Tp, _Alloc>&) operator==(const forward_list<_Tp, _Alloc>& __lx, ^ /usr/include/c++/4.8/bits/forward_list.tcc:387:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::forward_list<_Tp, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/forward_list:38:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:102, from puncte.cpp:1: /usr/include/c++/4.8/bits/forward_list.h:258:5: note: template<class _Tp> bool std::operator==(const std::_Fwd_list_iterator<_Tp>&, const std::_Fwd_list_const_iterator<_Tp>&) operator==(const _Fwd_list_iterator<_Tp>& __x, ^ /usr/include/c++/4.8/bits/forward_list.h:258:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::_Fwd_list_iterator<_Tp>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/mutex:43:0, from /usr/include/c++/4.8/condition_variable:39, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:101, from puncte.cpp:1: /usr/include/c++/4.8/system_error:279:3: note: bool std::operator==(const std::error_condition&, const std::error_condition&) operator==(const error_condition& __lhs, ^ /usr/include/c++/4.8/system_error:279:3: note: no known conversion for argument 1 from 'float' to 'const std::error_condition&' /usr/include/c++/4.8/system_error:272:3: note: bool std::operator==(const std::error_condition&, const std::error_code&) operator==(const error_condition& __lhs, const error_code& __rhs) noexcept ^ /usr/include/c++/4.8/system_error:272:3: note: no known conversion for argument 1 from 'float' to 'const std::error_condition&' /usr/include/c++/4.8/system_error:265:3: note: bool std::operator==(const std::error_code&, const std::error_condition&) operator==(const error_code& __lhs, const error_condition& __rhs) noexcept ^ /usr/include/c++/4.8/system_error:265:3: note: no known conversion for argument 1 from 'float' to 'const std::error_code&' /usr/include/c++/4.8/system_error:260:3: note: bool std::operator==(const std::error_code&, const std::error_code&) operator==(const error_code& __lhs, const error_code& __rhs) noexcept ^ /usr/include/c++/4.8/system_error:260:3: note: no known conversion for argument 1 from 'float' to 'const std::error_code&' In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.cpp:1: /usr/include/c++/4.8/valarray:1179:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__equal_to, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__equal_to, _Tp>::result_type> std::operator==(const _Tp&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(==, __equal_to) ^ /usr/include/c++/4.8/valarray:1179:1: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: 'punct' is not derived from 'const std::valarray<_Tp>' if(v[i].d==maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.cpp:1: /usr/include/c++/4.8/valarray:1179:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__equal_to, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__equal_to, _Tp>::result_type> std::operator==(const std::valarray<_Tp>&, const _Tp&) _DEFINE_BINARY_OPERATOR(==, __equal_to) ^ /usr/include/c++/4.8/valarray:1179:1: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::valarray<_Tp>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0, from puncte.cpp:1: /usr/include/c++/4.8/valarray:1179:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__equal_to, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__equal_to, _Tp>::result_type> std::operator==(const std::valarray<_Tp>&, const std::valarray<_Tp>&) _DEFINE_BINARY_OPERATOR(==, __equal_to) ^ /usr/include/c++/4.8/valarray:1179:1: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::valarray<_Tp>' and 'float' if(v[i].d==maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__equal_to, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__equal_to, 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(==, __equal_to) ^ /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::valarray<typename _Dom::value_type>' and 'float' if(v[i].d==maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__equal_to, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__equal_to, 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(==, __equal_to) ^ /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d==maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__equal_to, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__equal_to, 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(==, __equal_to) ^ /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: 'punct' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>' if(v[i].d==maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__equal_to, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__equal_to, 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(==, __equal_to) ^ /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d==maxx) ^ 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 puncte.cpp:1: /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__equal_to, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__equal_to, 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(==, __equal_to) ^ /usr/include/c++/4.8/bits/valarray_after.h:414:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/stack:61:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:88, from puncte.cpp:1: /usr/include/c++/4.8/bits/stl_stack.h:243:5: note: template<class _Tp, class _Seq> bool std::operator==(const std::stack<_Tp, _Seq>&, const std::stack<_Tp, _Seq>&) operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) ^ /usr/include/c++/4.8/bits/stl_stack.h:243:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::stack<_Tp, _Seq>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/set:62:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:86, from puncte.cpp:1: /usr/include/c++/4.8/bits/stl_multiset.h:739:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator==(const std::multiset<_Key, _Compare, _Alloc>&, const std::multiset<_Key, _Compare, _Alloc>&) operator==(const multiset<_Key, _Compare, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/stl_multiset.h:739:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::multiset<_Key, _Compare, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/set:61:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:86, from puncte.cpp:1: /usr/include/c++/4.8/bits/stl_set.h:754:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator==(const std::set<_Key, _Compare, _Alloc>&, const std::set<_Key, _Compare, _Alloc>&) operator==(const set<_Key, _Compare, _Alloc>& __x, ^ /usr/include/c++/4.8/bits/stl_set.h:754:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::set<_Key, _Compare, _Alloc>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/queue:64:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:85, from puncte.cpp:1: /usr/include/c++/4.8/bits/stl_queue.h:268:5: note: template<class _Tp, class _Seq> bool std::operator==(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&) operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) ^ /usr/include/c++/4.8/bits/stl_queue.h:268:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::queue<_Tp, _Seq>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/memory:82:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr.h:338:5: note: template<class _Tp> bool std::operator==(std::nullptr_t, const std::shared_ptr<_Tp1>&) operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept ^ /usr/include/c++/4.8/bits/shared_ptr.h:338:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: cannot convert 'v[i].punct::d' (type 'float') to type 'std::nullptr_t' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/memory:82:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr.h:333:5: note: template<class _Tp> bool std::operator==(const std::shared_ptr<_Tp1>&, std::nullptr_t) operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept ^ /usr/include/c++/4.8/bits/shared_ptr.h:333:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::shared_ptr<_Tp1>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/memory:82:0, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr.h:327:5: note: template<class _Tp1, class _Tp2> bool std::operator==(const std::shared_ptr<_Tp1>&, const std::shared_ptr<_Tp2>&) operator==(const shared_ptr<_Tp1>& __a, ^ /usr/include/c++/4.8/bits/shared_ptr.h:327:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::shared_ptr<_Tp1>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/bits/shared_ptr.h:52:0, from /usr/include/c++/4.8/memory:82, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr_base.h:1040:5: note: template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(std::nullptr_t, const std::__shared_ptr<_Tp, _Lp>&) operator==(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept ^ /usr/include/c++/4.8/bits/shared_ptr_base.h:1040:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: cannot convert 'v[i].punct::d' (type 'float') to type 'std::nullptr_t' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/bits/shared_ptr.h:52:0, from /usr/include/c++/4.8/memory:82, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr_base.h:1035:5: note: template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp, _Lp>&, std::nullptr_t) operator==(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept ^ /usr/include/c++/4.8/bits/shared_ptr_base.h:1035:5: note: template argument deduction/substitution failed: puncte.cpp:21:16: note: mismatched types 'const std::__shared_ptr<_Tp, _Lp>' and 'float' if(v[i].d==maxx) ^ In file included from /usr/include/c++/4.8/bits/shared_ptr.h:52:0, from /usr/include/c++/4.8/memory:82, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:81, from puncte.cpp:1: /usr/include/c++/4.8/bits/shared_ptr_base.h:1029:5: note: template<class _Tp1, class _Tp2, __gnu_cxx::_Lock_policy _Lp> bool std::operator==(const std::__shared_ptr<_Tp1, _Lp>&, const std::__sha
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Puncte face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.