Detalii evaluare #44163763

Rezumat problemă

După ce Le. Quack a avut mare succes cu noul lui joc de cărți a decis să se apuce de scamatorii, pentru ca este pasionat de cărți îi cere patronului N cărți. Acesta așează toate cărțile pe față și se pregătește să facă o scamatorie. Acesta vrea să întoarcă toate cărțile pe spate, o operație constă în alegerea a mai multor cărți pe față adiacente și întoarcerea lor. Ca să facă totul mai interesant el alege Q persoane din public si acestea îi spun două numere, X Y, cu semnficația ca Le. Quack să facă toate trucurile posibile cu X cărți inițial pe față toate și exact Y operații de întoarcere astfel încât să ajungă cu toate cele X cărți alese pe spate. După fiecare dintre cele Q persoane el repune toate cărțile pe față. Le. Quack trebuie să numere toate posibilitățile de a face fiecare truc de magie doar că nu este bun la informatică așa că vă cere ajutorul!

Detalii

Problema B-FlippedCards2 Operații I/O flipc2.in/flipc2.out
Limita timp 0.2 secunde Limita memorie Total: 64 MB / Stivă 32 MB
Id soluție #44163763 Utilizator S S (Need_4_Code)
Fișier b-flippedcards2.cpp Dimensiune 916 B
Data încărcării 04 Iulie 2023, 16:21 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

b-flippedcards2.cpp: In function 'long long int comb(long long int, long long int)':
b-flippedcards2.cpp:15:45: error: no matching function for call to 'pow(long long int, long long int, const long long int&)'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
b-flippedcards2.cpp:15:45: note: candidates are:
In file included from /usr/include/features.h:374:0,
                 from /usr/include/assert.h:35,
                 from /usr/include/c++/4.8/cassert:43,
                 from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:33,
                 from b-flippedcards2.cpp:1:
/usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: note: double pow(double, double)
 __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
 ^
/usr/include/i386-linux-gnu/bits/mathcalls.h:153:1: note:   candidate expects 2 arguments, 3 provided
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::_Pow, std::_Constant, std::_ValArray, _Tp, _Tp>, _Tp> std::pow(const _Tp&, const std::valarray<_Tp>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::valarray<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::_Pow, std::_ValArray, std::_Constant, _Tp, _Tp>, _Tp> std::pow(const std::valarray<_Tp>&, const _Tp&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::valarray<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Tp> std::_Expr<std::_BinClos<std::_Pow, std::_ValArray, std::_ValArray, _Tp, _Tp>, _Tp> std::pow(const std::valarray<_Tp>&, const std::valarray<_Tp>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::valarray<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Dom> std::_Expr<std::_BinClos<std::_Pow, std::_Constant, std::_Expr, typename _Dom::value_type, _Dom>, typename _Dom::value_type> std::pow(const typename _Dom::value_type&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Dom> std::_Expr<std::_BinClos<std::_Pow, std::_Expr, std::_Constant, _Dom, typename _Dom::value_type>, typename _Dom::value_type> std::pow(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const typename _Dom::value_type&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Dom> std::_Expr<std::_BinClos<std::_Pow, std::_ValArray, std::_Expr, typename _Dom::value_type, _Dom>, typename _Dom::value_type> std::pow(const std::valarray<typename _Dom::valarray>&, const std::_Expr<_Dom1, typename _Dom1::value_type>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::valarray<typename _Dom::valarray>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Dom> std::_Expr<std::_BinClos<std::_Pow, std::_Expr, std::_ValArray, _Dom, typename _Dom::value_type>, typename _Dom::value_type> std::pow(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::valarray<typename _Dom::value_type>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note: template<class _Dom1, class _Dom2> std::_Expr<std::_BinClos<std::_Pow, std::_Expr, std::_Expr, _Dom1, _Dom2>, typename _Dom1::value_type> std::pow(const std::_Expr<_Dom1, typename _Dom1::value_type>&, const std::_Expr<_Dom2, typename _Dom2::value_type>&)
 _DEFINE_EXPR_BINARY_FUNCTION(pow, _Pow)
 ^
/usr/include/c++/4.8/bits/valarray_after.h:544:1: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::_Expr<_Dom1, typename _Dom1::value_type>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:1871:5: note: template<class _Tp, class _Up> std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> std::pow(const std::complex<_Tp>&, const std::complex<_Up>&)
     pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
     ^
/usr/include/c++/4.8/complex:1871:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:1863:5: note: template<class _Tp, class _Up> std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> std::pow(const _Tp&, const std::complex<_Up>&)
     pow(const _Tp& __x, const std::complex<_Up>& __y)
     ^
/usr/include/c++/4.8/complex:1863:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Up>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:1855:5: note: template<class _Tp, class _Up> std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> std::pow(const std::complex<_Tp>&, const _Up&)
     pow(const std::complex<_Tp>& __x, const _Up& __y)
     ^
/usr/include/c++/4.8/complex:1855:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:1034:5: note: template<class _Tp> std::complex<_Tp> std::pow(const _Tp&, const std::complex<_Tp>&)
     pow(const _Tp& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:1034:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:1023:5: note: template<class _Tp> std::complex<_Tp> std::pow(const std::complex<_Tp>&, const std::complex<_Tp>&)
     pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
     ^
/usr/include/c++/4.8/complex:1023:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
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 b-flippedcards2.cpp:1:
/usr/include/c++/4.8/complex:989:5: note: template<class _Tp> std::complex<_Tp> std::pow(const std::complex<_Tp>&, const _Tp&)
     pow(const complex<_Tp>& __x, const _Tp& __y)
     ^
/usr/include/c++/4.8/complex:989:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   mismatched types 'const std::complex<_Tp>' and 'long long int'
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41:0,
                 from b-flippedcards2.cpp:1:
/usr/include/c++/4.8/cmath:434:5: note: template<class _Tp, class _Up> constexpr typename __gnu_cxx::__promote_2<_Tp, _Up>::__type std::pow(_Tp, _Up)
     pow(_Tp __x, _Up __y)
     ^
/usr/include/c++/4.8/cmath:434:5: note:   template argument deduction/substitution failed:
b-flippedcards2.cpp:15:45: note:   candidate expects 2 arguments, 3 provided
         res = (res * pow(i + 1, mod - 2, mod)) % mod;

                                             ^
In file included from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:41:0,
                 from b-flippedcards2.cpp:1:
/usr/include/c++/4.8/cmath:411:3: note: constexpr long double std::pow(long double, long double)
   pow(long double __x, long double __y)
   ^
/usr/include/c++/4.8/cmath:411:3: note:   candidate expects 2 arguments, 3 provided
/usr/include/c++/4.8/cmath:407:3: note: constexpr float std::pow(float, float)
   pow(float __x, float __y)
   ^
/usr/include/c++/4.8/cmath:407:3: note:   candidate expects 2 arguments, 3 provided

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 B-FlippedCards2 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ă.