#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 | #43116188 | Utilizator | |
Fișier | statisticiordine.cpp | Dimensiune | 1.36 KB |
Data încărcării | 01 Aprilie 2023, 11:09 | Scor / rezultat | Eroare de compilare |
statisticiordine.cpp: In function 'void MergeSort(int*, int, int)': statisticiordine.cpp:51:13: error: request for member 'inaltime' in '*(v + ((sizetype)(((unsigned int)i) * 4u)))', which is of non-class type 'int' if( v[i].inaltime < v[j].inaltime) ^ statisticiordine.cpp:51:29: error: request for member 'inaltime' in '*(v + ((sizetype)(((unsigned int)j) * 4u)))', which is of non-class type 'int' if( v[i].inaltime < v[j].inaltime) ^ statisticiordine.cpp:52:5: error: 'tmp' was not declared in this scope tmp[++k] = v[i++]; ^ statisticiordine.cpp:54:5: error: 'tmp' was not declared in this scope tmp[++k] = v[j++]; ^ statisticiordine.cpp:56:4: error: 'tmp' was not declared in this scope tmp[++k] = v[i++]; ^ statisticiordine.cpp:58:4: error: 'tmp' was not declared in this scope tmp[++k] = v[j++]; ^ statisticiordine.cpp:60:11: error: 'tmp' was not declared in this scope v[i] = tmp[j]; ^ statisticiordine.cpp: In function 'int main()': statisticiordine.cpp:66:9: warning: unused variable 'n' [-Wunused-variable] int n; ^ statisticiordine.cpp:67:9: warning: unused variable 'v' [-Wunused-variable] int v[4000000]; ^
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ă.