Detalii evaluare #4616654

Rezumat problemă

Se dau datele de naștere a n persoane, numerotate de la 1 la n, în forma an luna zi. Să se determine numărul de ordine al celei mai tinere și al celei mai în vârstă persoană dintre cele date.

Detalii

Problema Aniversari Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #4616654 Utilizator Ando Foro Salimos (calin200)
Fișier aniversari.cpp Dimensiune 673 B
Data încărcării 09 Martie 2017, 14:36 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

aniversari.cpp: In function 'void minimax()':
aniversari.cpp:21:27: error: no match for 'operator*' (operand types are 'pers' and 'int')
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                           ^
aniversari.cpp:21:27: note: candidates are:
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:384:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator*(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:384:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::complex<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:393:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&)
     operator*(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/include/c++/4.8/complex:393:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::complex<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:402:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&)
     operator*(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:402:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   mismatched types 'const std::complex<_Tp>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::valarray<typename _Dom::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::valarray<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   'pers' is not derived from 'const std::valarray<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:21:28: note:   mismatched types 'const std::valarray<_Tp>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z<mini)

                            ^
aniversari.cpp:23:33: error: no match for 'operator*' (operand types are 'pers' and 'int')
             mini=v[i].a*365+v[i]*30+v[i].z;

                                 ^
aniversari.cpp:23:33: note: candidates are:
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:384:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator*(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:384:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::complex<_Tp>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:393:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&)
     operator*(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/include/c++/4.8/complex:393:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::complex<_Tp>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:402:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&)
     operator*(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:402:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   mismatched types 'const std::complex<_Tp>' and 'int'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::valarray<typename _Dom::value_type>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::valarray<_Tp>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   'pers' is not derived from 'const std::valarray<_Tp>'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:23:34: note:   mismatched types 'const std::valarray<_Tp>' and 'int'
             mini=v[i].a*365+v[i]*30+v[i].z;

                                  ^
aniversari.cpp:26:27: error: no match for 'operator*' (operand types are 'pers' and 'int')
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                           ^
aniversari.cpp:26:27: note: candidates are:
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:384:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator*(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:384:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::complex<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:393:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&)
     operator*(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/include/c++/4.8/complex:393:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::complex<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:402:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&)
     operator*(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:402:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   mismatched types 'const std::complex<_Tp>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::valarray<typename _Dom::value_type>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::valarray<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   'pers' is not derived from 'const std::valarray<_Tp>'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:26:28: note:   mismatched types 'const std::valarray<_Tp>' and 'int'
         if(v[i].a*365+v[i]*30+v[i].z>maxi)

                            ^
aniversari.cpp:28:33: error: no match for 'operator*' (operand types are 'pers' and 'int')
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                 ^
aniversari.cpp:28:33: note: candidates are:
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:384:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&)
     operator*(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:384:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::complex<_Tp>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:393:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&)
     operator*(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/include/c++/4.8/complex:393:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::complex<_Tp>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/complex:402:5: note: template<class _Tp> std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&)
     operator*(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:402:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   mismatched types 'const std::complex<_Tp>' and 'int'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'int'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::_Expr<_Dom1, typename _Dom1::value_type>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
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 aniversari.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note: template<class _Dom> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename std::__fun<std::__multiplies, 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(*, __multiplies)
     ^
/usr/include/c++/4.8/bits/valarray_after.h:404:5: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::valarray<typename _Dom::value_type>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::valarray<_Tp>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_ValArray, std::_Constant, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   'pers' is not derived from 'const std::valarray<_Tp>'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:94:0,
                 from aniversari.cpp:1:
/usr/include/c++/4.8/valarray:1169:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::__multiplies, std::_Constant, std::_ValArray, _Tp, _Tp>, typename std::__fun<std::__multiplies, _Tp>::result_type> std::operator*(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_BINARY_OPERATOR(*, __multiplies)
 ^
/usr/include/c++/4.8/valarray:1169:1: note:   template argument deduction/substitution failed:
aniversari.cpp:28:34: note:   mismatched types 'const std::valarray<_Tp>' and 'int'
             maxi=v[i].a*365+v[i]*30+v[i].z;

                                  ^
aniversari.cpp:34:5: error: a function-definition is not allowed here before '{' token
     {

     ^

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