Pagini recente » Borderou de evaluare (job #229549) | Borderou de evaluare (job #100476) | Borderou de evaluare (job #2336477) | Borderou de evaluare (job #167703) | Borderou de evaluare (job #1785567)
Borderou de evaluare (job #1785567)
Raport evaluator
Compilare:
user.cpp: In member function ‘BigInt BigInt::operator+(BigInt)’:
user.cpp:31:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < v.size(); i++)
^
user.cpp: In member function ‘BigInt BigInt::operator-(BigInt)’:
user.cpp:47:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < v.size(); i++)
^
user.cpp: In member function ‘BigInt BigInt::operator*(int)’:
user.cpp:64:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < v.size(); i++)
^
user.cpp: In member function ‘std::string BigInt::str()’:
user.cpp:113:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ret += (i < v.size()-1 ? std::string(basewidth-s.size(), '0') : "") + s;
^
user.cpp: In function ‘BigInt operator*(int, BigInt)’:
user.cpp:124:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < b.v.size(); i++)
^
user.cpp: In function ‘int main()’:
user.cpp:142:33: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("rute.in", "r", stdin);
^
user.cpp:143:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("rute.out", "w", stdout);
^
user.cpp:145:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &N);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 0ms | 1604kb | OK | 5 |
| 2 | 0ms | 1608kb | OK | 5 |
| 3 | 0ms | 1608kb | OK | 5 |
| 4 | 0ms | 1624kb | OK | 5 |
| 5 | 0ms | 1632kb | OK | 5 |
| 6 | 4ms | 1644kb | OK | 5 |
| 7 | 4ms | 1668kb | OK | 5 |
| 8 | 4ms | 1696kb | OK | 5 |
| 9 | 8ms | 1784kb | OK | 5 |
| 10 | 12ms | 1944kb | OK | 5 |
| 11 | 20ms | 2144kb | OK | 5 |
| 12 | 32ms | 2520kb | OK | 5 |
| 13 | 48ms | 3068kb | OK | 5 |
| 14 | Depăşit | 3804kb | Time limit exceeded. | 0 |
| 15 | Depăşit | 3652kb | Time limit exceeded. | 0 |
| 16 | Depăşit | 3788kb | Time limit exceeded. | 0 |
| 17 | Depăşit | 3924kb | Time limit exceeded. | 0 |
| 18 | Depăşit | 3920kb | Time limit exceeded. | 0 |
| 19 | Depăşit | 3788kb | Time limit exceeded. | 0 |
| 20 | Depăşit | 3652kb | Time limit exceeded. | 0 |
| Punctaj total | 65 |