#3085
fsecv
Se consideră un șir A
format din N
numere întregi, numerotate de la 1
la N
. Numim secvență a șirului A
orice succesiune de elemente consecutive din șir de forma A[i]
, A[i+1]
, …, A[j]
, cu 0 < i < j ≤ N
. Fiind dat șirul A
cu N
numere întregi se cere să se răspundă la Q
întrebări de forma: i j k
(0 < i < j ≤ N
). Pentru fiecare întrebare se cere să se determine câte numere din secvența A[i]
, …, A[j]
au frecvența de apariții egală cu k
.
Lot Național Juniori 2019
Problema | fsecv | Operații I/O |
fsecv.in /fsecv.out
|
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 128 MB
/
Stivă 8 MB
|
Id soluție | #55022267 | Utilizator | |
Fișier | fsecv.cpp | Dimensiune | 4.61 KB |
Data încărcării | 16 Decembrie 2024, 23:18 | Scor / rezultat | Eroare de compilare |
fsecv.cpp: In member function 'void Solution::mo()': fsecv.cpp:134:37: error: no match for 'operator=' (operand types are 'std::tuple<long long int&, long long int&, long long int&, long long int&, long long int&>' and 'Solution::Query') tie(ql, qr, qk, qind, qans) = que; ^ fsecv.cpp:134:37: note: candidates are: In file included from /usr/include/c++/4.8/functional:55:0, from /usr/include/c++/4.8/bits/stl_algo.h:66, from /usr/include/c++/4.8/algorithm:62, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64, from fsecv.cpp:1: /usr/include/c++/4.8/tuple:472:7: note: std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(const std::tuple< <template-parameter-1-1> >&) [with _Elements = {long long int&, long long int&, long long int&, long long int&, long long int&}] operator=(const tuple& __in) ^ /usr/include/c++/4.8/tuple:472:7: note: no known conversion for argument 1 from 'Solution::Query' to 'const std::tuple<long long int&, long long int&, long long int&, long long int&, long long int&>&' /usr/include/c++/4.8/tuple:479:7: note: std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(std::tuple< <template-parameter-1-1> >&&) [with _Elements = {long long int&, long long int&, long long int&, long long int&, long long int&}] operator=(tuple&& __in) ^ /usr/include/c++/4.8/tuple:479:7: note: no known conversion for argument 1 from 'Solution::Query' to 'std::tuple<long long int&, long long int&, long long int&, long long int&, long long int&>&&' /usr/include/c++/4.8/tuple:490:9: note: template<class ... _UElements, class> std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(const std::tuple<_Args1 ...>&) [with _UElements = {_UElements ...}; <template-parameter-2-2> = <template-parameter-1-2>; _Elements = {long long int&, long long int&, long long int&, long long int&, long long int&}] operator=(const tuple<_UElements...>& __in) ^ /usr/include/c++/4.8/tuple:490:9: note: template argument deduction/substitution failed: fsecv.cpp:134:37: note: 'Solution::Query' is not derived from 'const std::tuple<_Elements ...>' tie(ql, qr, qk, qind, qans) = que; ^ In file included from /usr/include/c++/4.8/functional:55:0, from /usr/include/c++/4.8/bits/stl_algo.h:66, from /usr/include/c++/4.8/algorithm:62, from /usr/include/i386-linux-gnu/c++/4.8/bits/stdc++.h:64, from fsecv.cpp:1: /usr/include/c++/4.8/tuple:500:9: note: template<class ... _UElements, class> std::tuple< <template-parameter-1-1> >& std::tuple< <template-parameter-1-1> >::operator=(std::tuple<_Args1 ...>&&) [with _UElements = {_UElements ...}; <template-parameter-2-2> = <template-parameter-1-2>; _Elements = {long long int&, long long int&, long long int&, long long int&, long long int&}] operator=(tuple<_UElements...>&& __in) ^ /usr/include/c++/4.8/tuple:500:9: note: template argument deduction/substitution failed: fsecv.cpp:134:37: note: 'Solution::Query' is not derived from 'std::tuple<_Elements ...>' tie(ql, qr, qk, qind, qans) = que; ^ fsecv.cpp:119:20: warning: unused variable 'ans' [-Wunused-variable] ll l = 0, r = -1, ans = 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema fsecv 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ă.