#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 | #54127708 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 941 B |
Data încărcării | 20 Noiembrie 2024, 12:31 | Scor / rezultat | 0 puncte |
statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:18:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0; i<n; i++) fin>>a[i]; ^ statisticiordine.cpp: In function 'unsigned int qsort(int, int)': statisticiordine.cpp:26:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(poz==k) return a[poz]; ^ statisticiordine.cpp:27:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(poz<k) return qsort(poz+1, dr); ^ statisticiordine.cpp: In function 'unsigned int Divide(int, int)': statisticiordine.cpp:38:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(st<dr && a[dr]>=pivot) dr--; ^ statisticiordine.cpp:40:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(st<dr && a[st]<=pivot) st++; ^ statisticiordine.cpp: In function 'unsigned int qsort(int, int)': statisticiordine.cpp:26:11: warning: 'poz' is used uninitialized in this function [-Wuninitialized] if(poz==k) return a[poz]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | Depășit | Limita de timp depășită | 5 | 0 | Exemplu | |
2 | Depășit | Limita de timp depășită | 5 | 0 | ||
3 | Depășit | Limita de timp depășită | 5 | 0 | ||
4 | Depășit | Limita de timp depășită | 5 | 0 | ||
5 | Depășit | Limita de timp depășită | 5 | 0 | ||
6 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
7 | Depășit | Limita de timp depășită | 5 | 0 | ||
8 | Depășit | Limita de timp depășită | 5 | 0 | ||
9 | Depășit | Limita de timp depășită | 20 | 0 | ||
10 | Depășit | Limita de timp depășită | 20 | 0 | ||
11 | Depășit | Limita de timp depășită | 20 | 0 | ||
Punctaj total | 0 |
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ă.