Borderou de evaluare (job #3144938)

Utilizator divadddDavid Curca divaddd Data 11 august 2023 15:01:55
Problema Mult Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'void BigInt::normalize()': main.cpp:13:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 13 | for(int i = 0; i < v.size(); i ++) { | ~~^~~~~~~~~~ main.cpp:19:22: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 19 | if(i == v.size() - 1) | ~~^~~~~~~~~~~~~~~ main.cpp: In function 'std::ofstream& operator<<(std::ofstream&, const BigInt&)': main.cpp:56:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 56 | if(i != value.v.size() - 1){ | ~~^~~~~~~~~~~~~~~~~~~~~ main.cpp: In member function 'BigInt BigInt::operator+(const BigInt&)': main.cpp:71:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'const long unsigned int' [-Wsign-compare] 71 | for(int i = 0; i < std::max(v.size(), other.v.size()); i ++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:73:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 73 | if(i < v.size()) | ~~^~~~~~~~~~ main.cpp:75:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 75 | if(i < other.v.size()) | ~~^~~~~~~~~~~~~~~~ main.cpp: In member function 'BigInt BigInt::operator+(const long long int&)': main.cpp:86:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 86 | for(int i = 0; i < v.size(); i ++) | ~~^~~~~~~~~~ main.cpp: In member function 'BigInt BigInt::operator-(const BigInt&)': main.cpp:95:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'const long unsigned int' [-Wsign-compare] 95 | for(int i = 0; i < std::max(v.size(), other.v.size()); i ++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:97:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 97 | if(i < v.size()) | ~~^~~~~~~~~~ main.cpp:99:18: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 99 | if(i < other.v.size()) | ~~^~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
19ms430kbKilled by Signal 110
24ms425kbKilled by Signal 110
39ms425kbKilled by Signal 110
49ms425kbKilled by Signal 110
59ms425kbKilled by Signal 110
69ms430kbKilled by Signal 110
710ms438kbKilled by Signal 110
89ms425kbKilled by Signal 110
99ms425kbKilled by Signal 110
109ms430kbKilled by Signal 110
110ms425kbKilled by Signal 110
120ms430kbKilled by Signal 110
130ms434kbKilled by Signal 110
140ms442kbKilled by Signal 110
150ms438kbKilled by Signal 110
160ms438kbKilled by Signal 110
170ms442kbKilled by Signal 110
180ms442kbKilled by Signal 110
190ms446kbKilled by Signal 110
200ms442kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?