#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 | #54544327 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 666 B |
Data încărcării | 02 Decembrie 2024, 09:48 | Scor / rezultat | 10 puncte |
statisticiordine.cpp: In function 'int pivot(int, int)': statisticiordine.cpp:16:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (a[i] < x) {swap(a[i], a[poz]); poz++;} ^ statisticiordine.cpp: In function 'void qSort(int, int)': statisticiordine.cpp:26:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (t == k) {out << a[t]; return;} ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:36:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < n; i++) in >> a[i]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.016 secunde | OK. | 5 | 5 | ||
5 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | OK. | 5 | 5 | ||
8 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.872 secunde | Raspuns gresit. | 20 | 0 | ||
10 | Depășit | Limita de timp depășită | 20 | 0 | ||
11 | 0.9 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 10 |
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ă.