#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 | #36523367 | Utilizator | |
Fișier | luniramase.cpp | Dimensiune | 1.47 KB |
Data încărcării | 06 Mai 2022, 18:49 | Scor / rezultat | Eroare de compilare |
luniramase.cpp: In function 'int main()': luniramase.cpp:8:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] switch(1<=a<=11) ^ luniramase.cpp:12:13: error: break statement not within loop or switch break; ^ luniramase.cpp:13:9: error: case label '2' not within a switch statement case 2: ^ luniramase.cpp:16:13: error: break statement not within loop or switch break; ^ luniramase.cpp:17:9: error: case label '3' not within a switch statement case 3: ^ luniramase.cpp:20:13: error: break statement not within loop or switch break; ^ luniramase.cpp:21:9: error: case label '4' not within a switch statement case 4: ^ luniramase.cpp:24:13: error: break statement not within loop or switch break; ^ luniramase.cpp:25:9: error: case label '5' not within a switch statement case 5: ^ luniramase.cpp:28:13: error: break statement not within loop or switch break; ^ luniramase.cpp:29:9: error: case label '6' not within a switch statement case 6: ^ luniramase.cpp:32:13: error: break statement not within loop or switch break; ^ luniramase.cpp:33:9: error: case label '7' not within a switch statement case 7: ^ luniramase.cpp:36:13: error: break statement not within loop or switch break; ^ luniramase.cpp:37:9: error: case label '8' not within a switch statement case 8: ^ luniramase.cpp:40:13: error: break statement not within loop or switch break; ^ luniramase.cpp:41:9: error: case label '9' not within a switch statement case 9: ^ luniramase.cpp:44:13: error: break statement not within loop or switch break; ^ luniramase.cpp:45:9: error: case label '10' not within a switch statement case 10: ^ luniramase.cpp:48:13: error: break statement not within loop or switch break; ^ luniramase.cpp:49:9: error: case label '11' not within a switch statement case 11: ^
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ă.