#1264
StatisticiOrdine
Se dau n
numere naturale. Să se afișeze al k
-lea cel mai mic element din șir.
Problema | StatisticiOrdine | Operații I/O |
statisticiordine.in /statisticiordine.out
|
---|---|---|---|
Limita timp | 1.5 secunde | Limita memorie |
Total: 16 MB
/
Stivă 1 MB
|
Id soluție | #30423662 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 808 B |
Data încărcării | 03 August 2021, 03:03 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp: In function 'void citire()': statisticiordine.cpp:14:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) ^ statisticiordine.cpp: In function 'int pozitie(int, int)': statisticiordine.cpp:23:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (p<u && v[u] >= aux) ^ statisticiordine.cpp:26:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (p<u && v[p] <= aux) ^ statisticiordine.cpp: In function 'int quick(int, int, int)': statisticiordine.cpp:37:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (index - p == poz - 1) ^ statisticiordine.cpp:39:17: error: 'l' was not declared in this scope if (index - l > poz - 1) ^ statisticiordine.cpp:41:57: error: 'kthSmallest' was not declared in this scope return kthSmallest(index + 1, u, poz - index + p - 1); ^ statisticiordine.cpp:42:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema StatisticiOrdine 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ă.