#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 | #54590415 | Utilizator | |
Fișier | luna.cpp | Dimensiune | 937 B |
Data încărcării | 03 Decembrie 2024, 10:22 | Scor / rezultat | Eroare de compilare |
luna.cpp: In function 'int main()': luna.cpp:9:9: error: case label '1' not within a switch statement case 1: ^ luna.cpp:11:12: error: break statement not within loop or switch break; ^ luna.cpp:12:9: error: case label '2' not within a switch statement case 2: ^ luna.cpp:14:12: error: break statement not within loop or switch break; ^ luna.cpp:15:9: error: case label '3' not within a switch statement case 3: ^ luna.cpp:17:13: error: break statement not within loop or switch break; ^ luna.cpp:18:9: error: case label '4' not within a switch statement case 4: ^ luna.cpp:20:12: error: break statement not within loop or switch break; ^ luna.cpp:21:9: error: case label '5' not within a switch statement case 5 ^ luna.cpp:22:13: error: expected ':' before 'cout' cout<<"mai"; ^ luna.cpp:23:12: error: break statement not within loop or switch break; ^ luna.cpp:24:9: error: case label '6' not within a switch statement case 6 ^ luna.cpp:25:13: error: expected ':' before 'cout' cout<<"iunie"; ^ luna.cpp:26:13: error: break statement not within loop or switch break; ^ luna.cpp:27:9: error: case label '7' not within a switch statement case 7 ^ luna.cpp:28:13: error: expected ':' before 'cout' cout<<"iulie"; ^ luna.cpp:29:13: error: break statement not within loop or switch break; ^ luna.cpp:30:9: error: case label '8' not within a switch statement case 8 ^ luna.cpp:31:13: error: expected ':' before 'cout' cout<<"august"; ^ luna.cpp:32:12: error: break statement not within loop or switch break; ^ luna.cpp:33:9: error: case label '9' not within a switch statement case 9 ^ luna.cpp:34:13: error: expected ':' before 'cout' cout<<"septembrie"; ^ luna.cpp:35:13: error: break statement not within loop or switch break; ^ luna.cpp:36:9: error: case label '10' not within a switch statement case 10 ^ luna.cpp:37:13: error: expected ':' before 'cout' cout<<"octombrie"; ^ luna.cpp:38:13: error: break statement not within loop or switch break; ^ luna.cpp:39:9: error: case label '11' not within a switch statement case 11 ^ luna.cpp:40:13: error: expected ':' before 'cout' cout<<"noiembrie"; ^ luna.cpp:41:12: error: break statement not within loop or switch break; ^ luna.cpp:42:9: error: case label '12' not within a switch statement case 12 ^ luna.cpp:43:13: error: expected ':' before 'cout' cout<<"decembrie"; ^ luna.cpp:44:13: error: break statement not within loop or switch break; ^
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ă.