#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 | #8751498 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.09 KB |
Data încărcării | 11 Martie 2018, 00:51 | Scor / rezultat | 35 puncte |
statisticiordine.cpp: In function 'long long unsigned int partition(long unsigned int*, int, int)': statisticiordine.cpp:13:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while ( input[p] < pivot ) ^ statisticiordine.cpp:16:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while ( input[r] > pivot ) ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:43:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=1;i<=n;i++) in>>v[i]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0 secunde | OK. | 5 | 5 | ||
4 | Depășit | Limita de timp depășită | 5 | 0 | ||
5 | 0.008 secunde | OK. | 5 | 5 | ||
6 | 0.008 secunde | OK. | 5 | 5 | ||
7 | 0 secunde | OK. | 5 | 5 | ||
8 | 0.08 secunde | OK. | 5 | 5 | ||
9 | 0.616 secunde | Caught fatal signal 11 | 20 | 0 | ||
10 | Depășit | Limita de timp depășită | 20 | 0 | ||
11 | 0.612 secunde | Caught fatal signal 11 | 20 | 0 | ||
Punctaj total | 35 |
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ă.