#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 | #55096653 | Utilizator | |
Fișier | luniramase.cpp | Dimensiune | 471 B |
Data încărcării | 22 Decembrie 2024, 23:05 | Scor / rezultat | Eroare de compilare |
luniramase.cpp: In function 'int main()': luniramase.cpp:7:12: error: expected ':' before 'cout' case 2 cout << "Februarie"; ^ luniramase.cpp:8:12: error: expected ':' before 'cout' case 3 cout << "Martie"; ^ luniramase.cpp:9:12: error: expected ':' before 'cout' case 4 cout << "Aprilie"; ^ luniramase.cpp:10:12: error: expected ':' before 'cout' case 5 cout << "Mai"; ^ luniramase.cpp:11:12: error: expected ':' before 'cout' case 6 cout << "Iunie"; ^ luniramase.cpp:12:12: error: expected ':' before 'cout' case 7 cout << "Iulie"; ^ luniramase.cpp:13:12: error: expected ':' before 'cout' case 8 cout << "August"; ^ luniramase.cpp:14:12: error: expected ':' before 'cout' case 9 cout << "Septembrie"; ^ luniramase.cpp:15:13: error: expected ':' before 'cout' case 10 cout << "Octombrie"; ^ luniramase.cpp:16:13: error: expected ':' before 'cout' case 11 cout << "Noiembrie"; ^ luniramase.cpp:17:13: error: expected ':' before 'cout' case 12 cout << "Decembrie"; ^
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ă.