#1870
easyxy
Se dă un vector v
cu N
elemente numere naturale numerotate de la 1
la N
și M
întrebări de forma:
x y p
: se afișează valoarea ce s-ar afla pe poziția p
dacă v[x...y]
ar fi ordonat crescător.Problema | easyxy | Operații I/O |
easyxy.in /easyxy.out
|
---|---|---|---|
Limita timp | 1.75 secunde | Limita memorie |
Total: 20 MB
/
Stivă 8 MB
|
Id soluție | #47479538 | Utilizator | |
Fișier | easyxy.cpp | Dimensiune | 1.99 KB |
Data încărcării | 14 Decembrie 2023, 09:45 | Scor / rezultat | 100 puncte |
easyxy.cpp: In function 'void build(int, int, int)': easyxy.cpp:35:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mj = st+dr >> 1; ^ easyxy.cpp:40:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (a < aint[nod<<1].v.size() && b < aint[nod<<1|1].v.size()) ^ easyxy.cpp:40:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (a < aint[nod<<1].v.size() && b < aint[nod<<1|1].v.size()) ^ easyxy.cpp:47:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (a < aint[nod<<1].v.size()) ^ easyxy.cpp:49:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (b < aint[nod<<1|1].v.size()) ^ easyxy.cpp: In function 'int query(int, int, int, int, int, int)': easyxy.cpp:59:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mj = st+dr >> 1; ^ easyxy.cpp: In function 'int main()': easyxy.cpp:86:21: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mj = st+dr >> 1; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0.004 secunde | OK. | 10 | 10 | ||
4 | 1.128 secunde | OK. | 10 | 10 | ||
5 | 1.624 secunde | OK. | 10 | 10 | ||
6 | 0.004 secunde | OK. | 10 | 10 | ||
7 | 0.112 secunde | OK. | 10 | 10 | ||
8 | 1.608 secunde | OK. | 10 | 10 | ||
9 | 1.676 secunde | OK. | 10 | 10 | ||
10 | 1.64 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema easyxy 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ă.