#4716
vesel2
C++
Dat un număr n
trist să se transforme în cel mai mic număr vesel strict mai mare decât n
.
Concurs selectie clasa a 9-a Centru de Excelenta in Informatica - 2024 - Vaslui
Problema | vesel2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53861776 | Utilizator | |
Fișier | vesel2.cpp | Dimensiune | 861 B |
Data încărcării | 13 Noiembrie 2024, 13:43 | Scor / rezultat | 70 puncte |
vesel2.cpp: In function 'bool nr_vesel(int)': vesel2.cpp:17:5: warning: 'nrcif' may be used uninitialized in this function [-Wmaybe-uninitialized] if (nrpar==nrcif) ^ vesel2.cpp:17:5: warning: 'nrpar' may be used uninitialized in this function [-Wmaybe-uninitialized] vesel2.cpp: In function 'bool nr_trist(int)': vesel2.cpp:35:5: warning: 'nrcif' may be used uninitialized in this function [-Wmaybe-uninitialized] if (nrimpar==nrcif) ^ vesel2.cpp:35:5: warning: 'nrimpar' may be used uninitialized in this function [-Wmaybe-uninitialized] vesel2.cpp: In function 'int main()': vesel2.cpp:17:5: warning: 'nrcif' may be used uninitialized in this function [-Wmaybe-uninitialized] if (nrpar==nrcif) ^ vesel2.cpp:6:15: note: 'nrcif' was declared here int nrpar,nrcif,uc; ^ vesel2.cpp:17:5: warning: 'nrpar' may be used uninitialized in this function [-Wmaybe-uninitialized] if (nrpar==nrcif) ^ vesel2.cpp:6:9: note: 'nrpar' was declared here int nrpar,nrcif,uc; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0.004 secunde | OK. | 10 | 10 | ||
8 | Depășit | Limita de timp depășită | 10 | 0 | ||
9 | Depășit | Limita de timp depășită | 10 | 0 | ||
10 | Depășit | Limita de timp depășită | 10 | 0 | ||
Punctaj total | 70 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema vesel2 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ă.