#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 | #54123414 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.14 KB |
Data încărcării | 20 Noiembrie 2024, 11:10 | Scor / rezultat | 100 puncte |
statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:18:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<n;i++) fin>>a[i]; ^ statisticiordine.cpp: In function 'int Divide(int, int)': statisticiordine.cpp:45:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(st<dr &&a[dr]>=pivot)dr--; ^ statisticiordine.cpp:49:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(st<dr&&a[st]<=pivot) st++; ^
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 | 0.572 secunde | OK. | 5 | 5 | ||
5 | 0.012 secunde | OK. | 5 | 5 | ||
6 | 0.008 secunde | OK. | 5 | 5 | ||
7 | 0.004 secunde | OK. | 5 | 5 | ||
8 | 0.008 secunde | OK. | 5 | 5 | ||
9 | 0.98 secunde | OK. | 20 | 20 | ||
10 | 0.448 secunde | OK. | 20 | 20 | ||
11 | 0.944 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
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ă.