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 | #50765436 | Utilizator | |
Fișier | numere_mari.cpp | Dimensiune | 6.40 KB |
Data încărcării | 30 Aprilie 2024, 21:56 | Scor / rezultat | Eroare de compilare |
numere_mari.cpp: In constructor 'big_int::big_int(int)': numere_mari.cpp:51:26: warning: narrowing conversion of '((n % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] digits = string{n%10+'0'}+digits; ^ numere_mari.cpp:51:26: warning: narrowing conversion of '((n % 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:108:26: warning: narrowing conversion of '((sum % 10) + 48)' from 'int' to 'char' inside { } [-Wnarrowing] str = string{sum%10+'0'}+str; ^ numere_mari.cpp:108: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:153:23: warning: narrowing conversion of 'chr' from 'int' to 'char' inside { } [-Wnarrowing] str = string{chr}+str; ^ numere_mari.cpp:153:23: warning: narrowing conversion of 'chr' from 'int' to 'char' inside { } [-Wnarrowing] numere_mari.cpp: In function 'int main()': numere_mari.cpp:253:5: error: redefinition of 'int main()' int main() ^ numere_mari.cpp:234:5: error: 'int main()' previously defined here int main() ^ numere_mari.cpp: In member function 'big_int big_int::operator+(const big_int&) const': numere_mari.cpp:133: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:179:5: warning: control reaches end of non-void function [-Wreturn-type] } ^
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ă.