#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 | #54993867 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 997 B |
Data încărcării | 15 Decembrie 2024, 16:33 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:5:1: error: expected ',' or ';' before 'int' int v[N],aux[N]; ^ statisticiordine.cpp: In function 'void interclasare(int*, int, int)': statisticiordine.cpp:13:13: error: 'aux' was not declared in this scope aux[k++] = v[i++]; ^ statisticiordine.cpp:15:13: error: 'aux' was not declared in this scope aux[k++] = v[j++]; ^ statisticiordine.cpp:19:9: error: 'aux' was not declared in this scope aux[k++] = v[i++]; ^ statisticiordine.cpp:23:9: error: 'aux' was not declared in this scope aux[k++] = v[j++]; ^ statisticiordine.cpp:27:16: error: 'aux' was not declared in this scope v[k] = aux[k]; ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:51:15: error: 'v' was not declared in this scope in >> v[i]; ^ statisticiordine.cpp:53:8: error: 'v' was not declared in this scope ms(v,0,n-1); ^
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ă.