Pagini recente » Borderou de evaluare (job #123382) | Borderou de evaluare (job #1090907) | Borderou de evaluare (job #1301192) | Borderou de evaluare (job #1121358) | Borderou de evaluare (job #2947460)
Borderou de evaluare (job #2947460)
Raport evaluator
Compilare:
main.cpp: In member function 'bool bigInt::operator>=(bigInt)':
main.cpp:114:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
114 | for(int i=0;i<data.size();i++){
| ~^~~~~~~~~~~~
main.cpp: In member function 'std::string bigInt::to_string()':
main.cpp:143:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
143 | for(int i=0;i<data.size();i++){
| ~^~~~~~~~~~~~
main.cpp:147:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
147 | if(i+1<data.size()){
| ~~~^~~~~~~~~~~~
main.cpp: In member function 'bigInt bigInt::operator*(int)':
main.cpp:159:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
159 | for(int i=1;i<p.size();i++){
| ~^~~~~~~~~
main.cpp:160:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
160 | 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:177:19: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
177 | if(i+1<x.size()){
| ~~~^~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 1ms | 315kb | OK | 10 |
2 | 0ms | 184kb | OK | 10 |
3 | 0ms | 184kb | OK | 10 |
4 | 0ms | 184kb | OK | 10 |
5 | 0ms | 184kb | OK | 10 |
6 | 0ms | 184kb | OK | 10 |
7 | 0ms | 184kb | OK | 10 |
8 | 3ms | 315kb | OK | 10 |
9 | 4ms | 315kb | OK | 10 |
10 | 8ms | 315kb | OK | 10 |
Punctaj total | 100 |