#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 | #52275479 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 279 B |
Data încărcării | 25 Septembrie 2024, 11:00 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:6:11: error: variable 'std::ifstream f' has initializer but incomplete type ifstream f("statisticiordine.in"); ^ statisticiordine.cpp:7:11: error: variable 'std::ofstream g' has initializer but incomplete type ofstream g("statisticiordine.out"); ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:14:16: error: 'sort' was not declared in this scope sort(a, a+n); ^
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ă.