#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 | #54029707 | Utilizator | |
Fișier | cifre_romane1.cpp | Dimensiune | 2.06 KB |
Data încărcării | 18 Noiembrie 2024, 11:41 | Scor / rezultat | 0 puncte |
cifre_romane1.cpp: In function 'int main()': cifre_romane1.cpp:18:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<strlen(n);i++){ ^ cifre_romane1.cpp:41:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<strlen(n);i++){ ^ cifre_romane1.cpp:51:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<strlen(n);i++){ ^ cifre_romane1.cpp:13:10: warning: unused variable 'adunare' [-Wunused-variable] bool adunare = false; ^ cifre_romane1.cpp:16:9: warning: variable 'poz' set but not used [-Wunused-but-set-variable] int poz; ^ cifre_romane1.cpp:71:23: warning: array subscript is above array bounds [-Warray-bounds] aparitii[7]++; ^ cifre_romane1.cpp:71:23: warning: array subscript is above array bounds [-Warray-bounds]
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 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. | 10 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 0 |
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ă.