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 | #51153174 | Utilizator | |
Fișier | numere_mari.cpp | Dimensiune | 4.43 KB |
Data încărcării | 27 Mai 2024, 14:00 | Scor / rezultat | Eroare de compilare |
numere_mari.cpp: In member function 'big_int::operator std::string() const': numere_mari.cpp:39:5: warning: no return statement in function returning non-void [-Wreturn-type] } ^ numere_mari.cpp: In member function 'big_int big_int::operator+(const big_int&) const': numere_mari.cpp:85:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(s==digits.size()){ ^ numere_mari.cpp:86:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=s; i<b.digits.size(); i++){ ^ numere_mari.cpp:93:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=s; i<digits.size(); i++){ ^ numere_mari.cpp: In member function 'big_int big_int::operator-(const big_int&) const': numere_mari.cpp:111:16: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] if(sign==b.sign==1 && t<b) return -(b-t); ^ numere_mari.cpp:112:16: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] if(sign==b.sign==-1) return (-b)-t; ^ numere_mari.cpp:128:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=s; i<t.digits.size(); i++){ ^ numere_mari.cpp: In member function 'big_int big_int::operator*(const big_int&) const': numere_mari.cpp:140:5: warning: no return statement in function returning non-void [-Wreturn-type] } ^ numere_mari.cpp: In member function 'big_int big_int::operator/(const big_int&) const': numere_mari.cpp:144:5: warning: no return statement in function returning non-void [-Wreturn-type] } ^ numere_mari.cpp: In member function 'big_int big_int::operator%(const big_int&) const': numere_mari.cpp:148:5: warning: no return statement in function returning non-void [-Wreturn-type] } ^ numere_mari.cpp: In function 'int main()': numere_mari.cpp:184:5: error: redefinition of 'int main()' int main() ^ numere_mari.cpp:170:5: error: 'int main()' previously defined here int main() ^
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ă.