#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 | #54128024 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.01 KB |
Data încărcării | 20 Noiembrie 2024, 12:36 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:13:26: error: size of array 'a' is too large unsigned int a[4000000005]; ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:21:11: error: 'a' was not declared in this scope fout<<a[k]<<' '; ^ statisticiordine.cpp: In function 'void citire()': statisticiordine.cpp:27:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=1;i<=n;i++) fin>>a[i]; ^ statisticiordine.cpp:27:32: error: 'a' was not declared in this scope for(int i=1;i<=n;i++) fin>>a[i]; ^ statisticiordine.cpp: In function 'void qsort(int, int)': statisticiordine.cpp:34:24: error: 'a' was not declared in this scope poz=alternativ(a,st,dr); ^ statisticiordine.cpp: In function 'int alternativ(int, int)': statisticiordine.cpp:43:9: error: 'a' was not declared in this scope aux=a[st];a[st]=a[poz];a[poz]=aux; ^
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ă.