Pagini recente » Borderou de evaluare (job #2956832) | Borderou de evaluare (job #327674) | Borderou de evaluare (job #1742239) | Borderou de evaluare (job #195092) | Borderou de evaluare (job #1564783)
Borderou de evaluare (job #1564783)
Raport evaluator
Compilare:
user.cpp: In function ‘bigInt operator<<(bigInt, int)’:
user.cpp:22:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < v.size(); ++i)
^
user.cpp: In function ‘bigInt operator+(bigInt, bigInt)’:
user.cpp:33:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < a.size(); ++i)
^
user.cpp:35:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
a[i] += (i < b.size() ? b[i] : 0) + t;
^
user.cpp: In function ‘bigInt operator*(int, bigInt)’:
user.cpp:54:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < a.size(); ++i)
^
user.cpp: In function ‘bool comp(bigInt, bigInt)’:
user.cpp:75:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
int d1 = (i < a.size() ? a[i] : 0);
^
user.cpp:76:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
int d2 = (i < b.size() ? b[i] : 0);
^
user.cpp: In function ‘int main()’:
user.cpp:117:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("sqrt.in", "r", stdin);
^
user.cpp:118:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("sqrt.out", "w", stdout);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 476kb | OK | 10 |
2 | 0ms | 476kb | OK | 10 |
3 | 0ms | 496kb | OK | 10 |
4 | 4ms | 516kb | OK | 10 |
5 | 4ms | 564kb | OK | 10 |
6 | 4ms | 568kb | OK | 10 |
7 | Depăşit | 3136kb | Time limit exceeded. | 0 |
8 | Depăşit | 3116kb | Time limit exceeded. | 0 |
9 | Depăşit | 2980kb | Time limit exceeded. | 0 |
10 | Depăşit | 3132kb | Time limit exceeded. | 0 |
Punctaj total | 60 |