#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 | #54728270 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 348 B |
Data încărcării | 06 Decembrie 2024, 15:06 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp:6:13: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("statisticiordine.in"); ^ statisticiordine.cpp:7:14: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout("statisticiordine.out"); ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:14:26: error: 'sort' was not declared in this scope sort (a+1 , a + 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ă.