#2606
luniramase
Se citește de la tastatură un număr natural ce reprezintă o lună a anului (dacă citim 3
ne referim la a treia lună, deci Martie
). Programul va afișa (câte unul pe rând) numele lunilor rămase în acel an după cea citită.
Problema | luniramase | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55000821 | Utilizator | |
Fișier | luniramase.cpp | Dimensiune | 412 B |
Data încărcării | 15 Decembrie 2024, 23:14 | Scor / rezultat | 0 puncte |
luniramase.cpp: In function 'int main()': luniramase.cpp:8:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=1)cout<<"ianuarie"; ^ luniramase.cpp:9:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=2)cout<<"februarie"; ^ luniramase.cpp:10:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=3)cout<<"martie"; ^ luniramase.cpp:11:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=4)cout<<"aprilie"; ^ luniramase.cpp:12:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=5)cout<<"mai"; ^ luniramase.cpp:13:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=6)cout<<"iunie"; ^ luniramase.cpp:14:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=7)cout<<"iulie"; ^ luniramase.cpp:15:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=8)cout<<"august"; ^ luniramase.cpp:16:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=9)cout<<"septembrie"; ^ luniramase.cpp:17:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=10)cout<<"octombrie"; ^ luniramase.cpp:18:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=11)cout<<"noiembrie"; ^ luniramase.cpp:19:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(n=12)cout<<"decembrie"; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema luniramase 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ă.