#3063
luna
Scrieți un program care citește un număr natural nenul n
și care afișează numele lunii calendaristice corespunzătoare numărului n
.
Problema | luna | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54046245 | Utilizator | |
Fișier | luna.cpp | Dimensiune | 566 B |
Data încărcării | 18 Noiembrie 2024, 17:31 | Scor / rezultat | 0 puncte |
luna.cpp: In function 'int main()': luna.cpp:6:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=1) ^ luna.cpp:8:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=2) ^ luna.cpp:10:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=3) ^ luna.cpp:12:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=4) ^ luna.cpp:14:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=5) ^ luna.cpp:16:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=6) ^ luna.cpp:18:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=7) ^ luna.cpp:20:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=8) ^ luna.cpp:22:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=9) ^ luna.cpp:24:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=10) ^ luna.cpp:26:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=11) ^ luna.cpp:28:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=12) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 5 | 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 | ||
10 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema luna 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ă.