Pagini recente » Cod sursa (job #3170105) | Borderou de evaluare (job #377515) | Borderou de evaluare (job #2091271) | Cod sursa (job #719269) | Borderou de evaluare (job #1682212)
Borderou de evaluare (job #1682212)
Raport evaluator
Compilare:
user.cpp: In function ‘std::vector<int> join(std::vector<int>&, std::vector<int>&)’:
user.cpp:50:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while ((i < left.size()) && (j < right.size())) {
^
user.cpp:50:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while ((i < left.size()) && (j < right.size())) {
^
user.cpp:59:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (i < left.size()) {
^
user.cpp:63:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (j < right.size()) {
^
user.cpp: In function ‘int main()’:
user.cpp:124:34: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("zoo.out", "w", stdout);
^
user.cpp:127:22: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d", &N);
^
user.cpp:129:51: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d %d", &sorted[i].x, &sorted[i].y);
^
user.cpp:137:22: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d", &M);
^
user.cpp:139:49: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(f, "%d %d %d %d", &x1, &y1, &x2, &y2);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 1020kb | OK | 10 |
2 | 0ms | 1020kb | OK | 10 |
3 | 4ms | 1096kb | OK | 10 |
4 | 60ms | 2476kb | OK | 10 |
5 | 128ms | 2472kb | OK | 10 |
6 | 208ms | 2480kb | OK | 10 |
7 | 260ms | 2472kb | OK | 10 |
8 | 176ms | 2476kb | OK | 10 |
9 | 172ms | 2472kb | OK | 10 |
10 | 204ms | 2472kb | OK | 10 |
Punctaj total | 100 |