#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 | #53790013 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 506 B |
Data încărcării | 11 Noiembrie 2024, 20:11 | Scor / rezultat | 0 puncte |
statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:15:47: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] long long num; fscanf(in, "%d %d", &num, &pos); ^ statisticiordine.cpp:15:47: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=] statisticiordine.cpp:16:57: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] for (int i = 1; i <= num; i++) fscanf(in, "%d", &arr[i]); ^ statisticiordine.cpp:20:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] fprintf(out, "%d\n", arr[pos]); ^ statisticiordine.cpp:15:48: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] long long num; fscanf(in, "%d %d", &num, &pos); ^ statisticiordine.cpp:16:58: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] for (int i = 1; i <= num; i++) fscanf(in, "%d", &arr[i]); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Caught fatal signal 11 | 5 | 0 | Exemplu | |
2 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
3 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
4 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
5 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
6 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
7 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
8 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
9 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
10 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
11 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
Punctaj total | 0 |
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ă.