#3011
lastk
Se dă un șir a[1]
, a[2]
, …, a[n]
de numere naturale și un număr natural k
. Să se determine cele mai mari k
numere din șir.
Folclorul informatic
Problema | lastk | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 2 MB
/
Stivă 1 MB
|
Id soluție | #52830645 | Utilizator | |
Fișier | lastk.cpp | Dimensiune | 632 B |
Data încărcării | 10 Octombrie 2024, 12:21 | Scor / rezultat | 90 puncte |
lastk.cpp: In function 'int main()': lastk.cpp:16:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=2;i<=k;i++){ ^ lastk.cpp:20:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=1;i<=n-k;i++){ ^ lastk.cpp:21:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(Q.top()<e){ ^ lastk.cpp:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=1;i<=k;i++){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0.004 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0.044 secunde | OK. | 10 | 10 | ||
6 | 0.08 secunde | OK. | 10 | 10 | ||
7 | 0.076 secunde | OK. | 10 | 10 | ||
8 | 0.104 secunde | OK. | 10 | 10 | ||
9 | 0.128 secunde | OK. | 10 | 10 | ||
10 | 0.136 secunde | OK. | 10 | 10 | ||
Punctaj total | 90 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema lastk 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ă.