Pagini recente » Borderou de evaluare (job #2668273) | Borderou de evaluare (job #1168125) | Borderou de evaluare (job #3269025) | Borderou de evaluare (job #2095015) | Borderou de evaluare (job #1785570)
Borderou de evaluare (job #1785570)
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 | 1612kb | OK | 5 |
2 | 0ms | 1620kb | OK | 5 |
3 | 0ms | 1616kb | OK | 5 |
4 | 0ms | 1628kb | OK | 5 |
5 | 0ms | 1636kb | OK | 5 |
6 | 4ms | 1648kb | OK | 5 |
7 | 4ms | 1668kb | OK | 5 |
8 | 4ms | 1692kb | OK | 5 |
9 | 8ms | 1792kb | OK | 5 |
10 | 12ms | 1948kb | OK | 5 |
11 | 20ms | 2144kb | OK | 5 |
12 | 32ms | 2524kb | OK | 5 |
13 | 48ms | 3064kb | OK | 5 |
14 | Depăşit | 3800kb | Time limit exceeded. | 0 |
15 | Depăşit | 3656kb | Time limit exceeded. | 0 |
16 | Depăşit | 3784kb | Time limit exceeded. | 0 |
17 | Depăşit | 3916kb | Time limit exceeded. | 0 |
18 | Depăşit | 3660kb | Time limit exceeded. | 0 |
19 | Depăşit | 3920kb | Time limit exceeded. | 0 |
20 | Depăşit | 3784kb | Time limit exceeded. | 0 |
Punctaj total | 65 |