#4065
Big Data
Se dă o listă de N
numere naturale, indexată de la 1
la N
, și Q
query-uri de forma op
poz
, unde op
= 1
, 2
este tipul operației.
Cele 2 operații sunt:
op
= 1
: se șterge din listă elementul aflat pe poziția poz
op
= 2
: se afișează elementul din listă aflat pe poziția poz
Problema | Big Data | Operații I/O |
bigdata.in /bigdata.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 4 MB
/
Stivă 4 MB
|
Id soluție | #53490576 | Utilizator | |
Fișier | big_data.cpp | Dimensiune | 3.51 KB |
Data încărcării | 02 Noiembrie 2024, 16:07 | Scor / rezultat | 0 puncte |
big_data.cpp: In function 'int main()': big_data.cpp:75:13: warning: left operand of comma operator has no effect [-Wunused-value] op, nr; ^ big_data.cpp:75:15: warning: right operand of comma operator has no effect [-Wunused-value] op, nr; ^ big_data.cpp:85:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(mij - s.order_of_key(mij + 1) <= nr) ^ big_data.cpp:97:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(mij - s.order_of_key(mij + 1) >= nr) ^ big_data.cpp:109:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(ct < w.size() && w[ct].first == i) ^ big_data.cpp: In function 'int bin(int)': big_data.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0.052 secunde | Caught fatal signal 11 | 20 | 0 | ||
6 | 0.1 secunde | Caught fatal signal 11 | 20 | 0 | ||
7 | 0.12 secunde | Caught fatal signal 11 | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Big Data 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ă.