#183
sortPP
Să se ordoneze crescător elementele pătrat perfect ale unui şir dat, fără a afecta elementele care nu sunt pătrat perfect.
Problema | sortPP | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53593414 | Utilizator | |
Fișier | sortpp.cpp | Dimensiune | 678 B |
Data încărcării | 05 Noiembrie 2024, 23:51 | Scor / rezultat | 0 puncte |
sortpp.cpp: In function 'int main()': sortpp.cpp:16:19: warning: statement has no effect [-Wunused-value] v[i]/d==a; ^ sortpp.cpp:23:27: warning: statement has no effect [-Wunused-value] v[j]/u==b; ^ sortpp.cpp:9:26: warning: unused variable 'ok' [-Wunused-variable] int n,v[1001], d, a, ok, u, b, j; ^ sortpp.cpp:17:9: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] if(d==a) ^ sortpp.cpp:17:9: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] sortpp.cpp:21:42: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] for(int u =1 ; u<=v[j] ; u++ ) ^ sortpp.cpp:24:21: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] if(u==b) ^ sortpp.cpp:24:21: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 40 | 0 | ||
3 | 0.008 secunde | Raspuns gresit. | 40 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema sortPP 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ă.