#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 | #50302880 | Utilizator | |
Fișier | easyxy.cpp | Dimensiune | 2.09 KB |
Data încărcării | 03 Aprilie 2024, 21:07 | Scor / rezultat | 90 puncte |
easyxy.cpp: In function 'void build(int, int, int)': easyxy.cpp:19:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i < seg[node * 2].size() && j < seg[node * 2 + 1].size()) { ^ easyxy.cpp:19:71: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i < seg[node * 2].size() && j < seg[node * 2 + 1].size()) { ^ easyxy.cpp:25:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i < seg[node * 2].size()) ^ easyxy.cpp:27:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (j < seg[node * 2 + 1].size()) ^ easyxy.cpp: In function 'int main()': easyxy.cpp:46:37: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("easyxy.in", "r", stdin); ^ easyxy.cpp:47:39: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("easyxy.out", "w", stdout); ^
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 | 0.888 secunde | OK. | 10 | 10 | ||
5 | 1.444 secunde | OK. | 10 | 10 | ||
6 | 0.004 secunde | OK. | 10 | 10 | ||
7 | 0.124 secunde | OK. | 10 | 10 | ||
8 | 1.716 secunde | OK. | 10 | 10 | ||
9 | Depășit | Limita de timp depășită | 10 | 0 | ||
10 | 1.7 secunde | OK. | 10 | 10 | ||
Punctaj total | 90 |
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ă.