#2083
ordon123
C++
ordon123
care are 2
parametri:
n
– prin care primește un număr naturala
– prin care primește un tablou unidimensional cu n
elemente, numere naturale din mulțimea {1,2,3}
.Subprogramul ordonează crescător tabloul a
fără a returna valori.
Problema | ordon123 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.15 secunde | Limita memorie |
Total: 4 MB
/
Stivă 4 MB
|
Id soluție | #54483333 | Utilizator | |
Fișier | ordon123.cpp | Dimensiune | 582 B |
Data încărcării | 29 Noiembrie 2024, 18:05 | Scor / rezultat | 100 puncte |
ordon123.cpp: In function 'void ordon123(int, int*)': ordon123.cpp:13:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t index{0}; index < n; ++index) ^ ordon123.cpp:23:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t index{0}; index < cnt_1; ++index) ^ ordon123.cpp:26:32: warning: narrowing conversion of 'cnt_1' from 'int' to 'std::size_t {aka unsigned int}' inside { } [-Wnarrowing] for(std::size_t index{cnt_1}; index < cnt_1 + cnt_2; ++index) ^ ordon123.cpp:26:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t index{cnt_1}; index < cnt_1 + cnt_2; ++index) ^ ordon123.cpp:29:33: warning: narrowing conversion of '(cnt_1 + cnt_2)' from 'int' to 'std::size_t {aka unsigned int}' inside { } [-Wnarrowing] for(std::size_t index{cnt_1 + cnt_2}; index < n; ++index) ^ ordon123.cpp:29:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t index{cnt_1 + cnt_2}; index < n; ++index) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 5 | 5 | ||
1 | 0 secunde | OK. | 5 | 5 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0.004 secunde | OK. | 10 | 10 | ||
5 | 0.012 secunde | OK. | 10 | 10 | ||
6 | 0.068 secunde | OK. | 15 | 15 | ||
7 | 0.136 secunde | OK. | 15 | 15 | ||
8 | 0.136 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ordon123 face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.