Borderou de evaluare (job #2947455)

Utilizator andu2006Alexandru Gheorghies andu2006 Data 26 noiembrie 2022 09:20:20
Problema Pm Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'bool bigInt::operator>=(bigInt)': main.cpp:108:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 108 | for(int i=0;i<data.size();i++){ | ~^~~~~~~~~~~~ main.cpp: In member function 'std::string bigInt::to_string()': main.cpp:137:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 137 | for(int i=0;i<data.size();i++){ | ~^~~~~~~~~~~~ main.cpp:141:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 141 | if(i+1<data.size()){ | ~~~^~~~~~~~~~~~ main.cpp: In member function 'bigInt bigInt::operator*(int)': main.cpp:153:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 153 | for(int i=1;i<p.size();i++){ | ~^~~~~~~~~ main.cpp:154:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 154 | p[i]=(i<data.size()?data[i]:0ll)*x+p[i-1]/base; | ~^~~~~~~~~~~~ main.cpp: In function 'std::ostream& operator<<(std::ostream&, bigInt)': main.cpp:171:19: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 171 | if(i+1<x.size()){ | ~~~^~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
14ms3989kbKilled by Signal 90
22ms3989kbKilled by Signal 90
34ms3989kbKilled by Signal 90
44ms3989kbKilled by Signal 90
55ms3989kbKilled by Signal 90
63ms3989kbKilled by Signal 90
73ms3989kbKilled by Signal 90
85ms3989kbKilled by Signal 90
95ms3854kbKilled by Signal 90
104ms3989kbKilled by Signal 90
Punctaj total0

Ceva nu functioneaza?