#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 | #53488096 | Utilizator | |
Fișier | big_data.cpp | Dimensiune | 2.76 KB |
Data încărcării | 02 Noiembrie 2024, 14:00 | Scor / rezultat | 10 puncte |
big_data.cpp: In function 'int main()': big_data.cpp:92:41: warning: unused variable 's' [-Wunused-variable] int r = -1, st = 1, dr = k, s = 0; ^ big_data.cpp:87:13: warning: unused variable 'ind' [-Wunused-variable] int ind = indx[j]; ^ big_data.cpp:112: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:59:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0.476 secunde | Raspuns gresit. | 20 | 0 | ||
6 | 0.216 secunde | Raspuns gresit. | 20 | 0 | ||
7 | 0.724 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 10 |
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ă.