#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 | #53219866 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.47 KB |
Data încărcării | 21 Octombrie 2024, 18:36 | Scor / rezultat | 25 puncte |
statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:52:47: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("statisticiordine.in", "r", stdin); ^ statisticiordine.cpp:53:49: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("statisticiordine.out", "w", stdout); ^ statisticiordine.cpp:56:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &n, &k); ^ statisticiordine.cpp:59:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &v[i]); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0 secunde | OK. | 5 | 5 | ||
4 | 0.576 secunde | OK. | 5 | 5 | ||
5 | 0.9 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 1.296 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.004 secunde | OK. | 5 | 5 | ||
8 | 1.14 secunde | Caught fatal signal 11 | 5 | 0 | ||
9 | Depășit | Limita de timp depășită | 20 | 0 | ||
10 | Depășit | Limita de timp depășită | 20 | 0 | ||
11 | Depășit | Limita de timp depășită | 20 | 0 | ||
Punctaj total | 25 |
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ă.