#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 | #41404331 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 759 B |
Data încărcării | 22 Ianuarie 2023, 14:29 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:7:17: error: size of array 'v' is too large int v[4000000000]; ^ statisticiordine.cpp: In function 'void quick_sort(int, int)': statisticiordine.cpp:14:16: error: 'v' was not declared in this scope if(v[i]>v[j]){ ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:33:12: error: 'v' was not declared in this scope f>>v[i]; ^ statisticiordine.cpp:36:9: error: 'v' was not declared in this scope f2<<v[k]; ^
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ă.