#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 | #53498117 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 670 B |
Data încărcării | 03 Noiembrie 2024, 00:55 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp: In function 'int sortt(int, int, unsigned int*, long long int&)': statisticiordine.cpp:10:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(v[j]<pivot){i++;swap(v[i],v[j]);} ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:28:24: error: invalid initialization of reference of type 'long long int&' from expression of type 'unsigned int' fout<<sortt(1,n,v,k); ^ statisticiordine.cpp:6:5: error: in passing argument 4 of 'int sortt(int, int, unsigned int*, long long int&)' int sortt(int st, int dr, unsigned int v[], long long &k){ ^ statisticiordine.cpp: In function 'int sortt(int, int, unsigned int*, long long int&)': statisticiordine.cpp:20: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ă.