Problema | Numere Mari | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50764955 | Utilizator | |
Fișier | numere_mari.cpp | Dimensiune | 5.14 KB |
Data încărcării | 30 Aprilie 2024, 20:49 | Scor / rezultat | 10 puncte |
numere_mari.cpp: In member function 'big_int big_int::operator+(const big_int&) const': numere_mari.cpp:100:26: warning: narrowing conversion of '((sum % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] str = string{sum%10+'0'}+str; ^ numere_mari.cpp:100:26: warning: narrowing conversion of '((sum % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] numere_mari.cpp: In member function 'big_int big_int::operator-(const big_int&) const': numere_mari.cpp:137:26: warning: narrowing conversion of '((dif % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] str = string{dif%10+'0'}+str; ^ numere_mari.cpp:137:26: warning: narrowing conversion of '((dif % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] numere_mari.cpp: In member function 'big_int big_int::operator+(const big_int&) const': numere_mari.cpp:120:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ numere_mari.cpp: In member function 'big_int big_int::operator-(const big_int&) const': numere_mari.cpp:160:5: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | Depășit | Limita de timp depășită | 10 | 0 | ||
5 | Depășit | Limita de timp depășită | 10 | 0 | ||
6 | 0.032 secunde | Caught fatal signal 11 | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | Depășit | Limita de timp depășită | 10 | 0 | ||
9 | Depășit | Limita de timp depășită | 10 | 0 | ||
10 | Depășit | Limita de timp depășită | 10 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere Mari face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.