#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 | #16539752 | Utilizator | |
Fișier | statisticiordine.c | Dimensiune | 1.58 KB |
Data încărcării | 29 August 2019, 01:39 | Scor / rezultat | 0 puncte |
statisticiordine.c:13:6: warning: return type of 'main' is not 'int' [-Wmain] uint main(void) ^ statisticiordine.c: In function 'main': statisticiordine.c:26:5: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'unsigned int *' [-Wformat=] fscanf(fin, "%lld%*c", &data[i]); ^ statisticiordine.c:34:4: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'unsigned int' [-Wformat=] fprintf(fout, "%lld", kSmallest(data, 0, n - 1, k - 1)); ^ statisticiordine.c:20:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%u%*c%u%*c", &n, &k); ^ statisticiordine.c:26:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%lld%*c", &data[i]); ^ statisticiordine.c: In function 'kSmallest': statisticiordine.c:90:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.096 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.656 secunde | Raspuns gresit. | 20 | 0 | ||
10 | Depășit | Limita de timp depășită | 20 | 0 | ||
11 | 0.62 secunde | Raspuns gresit. | 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ă.