#3257
cifre_romane1
Dan vrea să transforme un număr scris cu cifre romane într-un număr scris cu cifre arabe.
proprie
Problema | cifre_romane1 | Operații I/O |
cifre_romane1.in /cifre_romane1.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50633607 | Utilizator | |
Fișier | cifre_romane1.cpp | Dimensiune | 7.28 KB |
Data încărcării | 17 Aprilie 2024, 21:07 | Scor / rezultat | 80 puncte |
cifre_romane1.cpp: In function 'int main()': cifre_romane1.cpp:256:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='I') ^ cifre_romane1.cpp:261:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='V') ^ cifre_romane1.cpp:265:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='X') ^ cifre_romane1.cpp:269:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='L') ^ cifre_romane1.cpp:273:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='C') ^ cifre_romane1.cpp:277:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='D') ^ cifre_romane1.cpp:281:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(s[0]=='M') ^ cifre_romane1.cpp:254:17: warning: unused variable 'roman' [-Wunused-variable] char s[256],roman[]="IVXLCDM"; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | Exemplu | |
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | OK. | 10 | 10 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
11 | 0 secunde | OK. | 5 | 5 | ||
12 | 0 secunde | OK. | 5 | 5 | ||
Punctaj total | 80 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cifre_romane1 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ă.