Borderou de evaluare (job #3144939)

Utilizator divadddDavid Curca divaddd Data 11 august 2023 15:02:27
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
10ms303kbIncorect0
20ms303kbIncorect0
31ms303kbIncorect0
44ms303kbIncorect0
516ms598kbIncorect0
629ms573kbIncorect0
724ms593kbIncorect0
839ms602kbIncorect0
979ms602kbIncorect0
10104ms598kbIncorect0
11148ms917kbIncorect0
125ms303kbIncorect0
13159ms618kbIncorect0
14258ms634kbIncorect0
15402ms1236kbTime limit exceeded0
16402ms1122kbTime limit exceeded0
17402ms1081kbTime limit exceeded0
1839ms503kbIncorect0
19402ms1122kbTime limit exceeded0
20401ms1200kbTime limit exceeded0
Punctaj total0

Ceva nu functioneaza?