#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 | #54945004 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.01 KB |
Data încărcării | 13 Decembrie 2024, 08:21 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:4:10: error: expected unqualified-id before string constant ifstream("Statisticiordine.in"); ^ statisticiordine.cpp:4:10: error: expected ')' before string constant statisticiordine.cpp:5:10: error: expected unqualified-id before string constant ofstream("Statisticiordine.out"); ^ statisticiordine.cpp:5:10: error: expected ')' before string constant statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:53:5: error: 'fin' was not declared in this scope fin >> n; ^ statisticiordine.cpp:59:5: error: 'fout' was not declared in this scope fout << v[k]; ^ statisticiordine.cpp:59:15: error: 'k' was not declared in this scope fout << 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ă.