Borderou de evaluare (job #3299820)

Utilizator toma_ariciuAriciu Toma toma_ariciu Data 10 iunie 2025 17:34:09
Problema Bile2 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 60

Raport evaluator

Compilare: main.cpp: In member function 'huge huge::operator+(const huge&) const': main.cpp:158:27: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 158 | for (i = 0; i < std::min(digits.size(), b.digits.size()); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:164:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 164 | for (; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp:170:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 170 | for (; i < b.digits.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'huge huge::operator-(const huge&) const': main.cpp:199:27: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 199 | for (i = 0; i < std::min(digits.size(), b.digits.size()); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:212:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 212 | for (; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp: In member function 'huge huge::operator*(const huge&) const': main.cpp:242:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 242 | for (i = 0; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp:245:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 245 | for (j = 0; j < b.digits.size(); ++j) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'bool operator<(const huge&, const huge&)': main.cpp:109:5: warning: control reaches end of non-void function [-Wreturn-type] 109 | } | ^ main.cpp: In member function 'huge huge::operator-(const huge&) const': main.cpp:229:5: warning: control reaches end of non-void function [-Wreturn-type] 229 | } | ^ main.cpp: In member function 'huge huge::operator+(const huge&) const': main.cpp:180:5: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK10
20ms303kbOK10
30ms303kbOK10
41ms303kbOK10
51ms303kbOK10
62ms303kbOK10
7253ms405kbTime limit exceeded0
8253ms413kbTime limit exceeded0
9253ms405kbTime limit exceeded0
10253ms409kbTime limit exceeded0
Punctaj total60

Ceva nu functioneaza?