#455
Calendar1
Se citesc 3
numere naturale z1 l1 a1
, reprezentând o dată calendaristică corectă, în format zi luna an
. Să se afişeze data zilei următoare.
Problema | Calendar1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53294139 | Utilizator | |
Fișier | calendar1.cpp | Dimensiune | 1.41 KB |
Data încărcării | 23 Octombrie 2024, 17:10 | Scor / rezultat | 100 puncte |
calendar1.cpp: In function 'int sfarsitdeluna(int, int, int)': calendar1.cpp:13:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(luna==1&&zi==31|| ^ calendar1.cpp:15:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==2&&zi==29&&bisect(an)|| ^ calendar1.cpp:16:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==3&&zi==31|| ^ calendar1.cpp:17:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==4&&zi==30|| ^ calendar1.cpp:18:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==5&&zi==31|| ^ calendar1.cpp:19:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==6&&zi==30|| ^ calendar1.cpp:20:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==7&&zi==31|| ^ calendar1.cpp:21:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==8&&zi==31|| ^ calendar1.cpp:22:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==9&&zi==30|| ^ calendar1.cpp:23:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==10&&zi==31|| ^ calendar1.cpp:24:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==11&&zi==30|| ^ calendar1.cpp:25:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] luna==12&&zi==31) return 1; ^
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 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | OK. | 10 | 10 | ||
9 | 0 secunde | OK. | 10 | 10 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Calendar1 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ă.