Borderou de evaluare (job #3189425)

Utilizator ezluciPirtac Eduard ezluci Data 5 ianuarie 2024 12:57:46
Problema Indep Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 45

Raport evaluator

Compilare: main.cpp: In member function 'big_int big_int::operator+(const big_int&) const': main.cpp:178:21: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 178 | for (i = 0; i < std::min(digits.size(), b.digits.size()); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:185:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 185 | for (; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp:192:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 192 | for (; i < b.digits.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In member function 'big_int big_int::operator-(const big_int&) const': main.cpp:229:21: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 229 | for (i = 0; i < std::min(digits.size(), b.digits.size()); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:243:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 243 | for (; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp: In member function 'big_int big_int::operator*(const big_int&) const': main.cpp:278:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 278 | for (i = 0; i < digits.size(); ++i) | ~~^~~~~~~~~~~~~~~ main.cpp:282:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 282 | for (j = 0; j < b.digits.size(); ++j) | ~~^~~~~~~~~~~~~~~~~ main.cpp: In function 'bool operator<(const big_int&, const big_int&)': main.cpp:125:3: warning: control reaches end of non-void function [-Wreturn-type] 125 | } | ^ main.cpp: In member function 'big_int big_int::operator-(const big_int&) const': main.cpp:262:3: warning: control reaches end of non-void function [-Wreturn-type] 262 | } | ^ main.cpp: In member function 'big_int big_int::operator+(const big_int&) const': main.cpp:204:3: warning: control reaches end of non-void function [-Wreturn-type] 204 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
14ms557kbOkay!5
24ms557kbOkay!5
34ms557kbOkay!5
44ms561kbOkay!5
58ms557kbOkay!5
614ms557kbOkay!5
724ms696kbOkay!5
834ms688kbOkay!5
999ms700kbOkay!5
10104ms700kbTime limit exceeded0
11104ms700kbTime limit exceeded0
12104ms704kbTime limit exceeded0
13104ms708kbTime limit exceeded0
14104ms704kbTime limit exceeded0
15104ms704kbTime limit exceeded0
16104ms712kbTime limit exceeded0
17104ms704kbTime limit exceeded0
18104ms708kbTime limit exceeded0
19104ms557kbTime limit exceeded0
20104ms557kbTime limit exceeded0
Punctaj total45

Ceva nu functioneaza?