Pagini recente » Borderou de evaluare (job #1429430) | Borderou de evaluare (job #1744170) | Borderou de evaluare (job #2612331) | Borderou de evaluare (job #644835) | Borderou de evaluare (job #1244323)
Borderou de evaluare (job #1244323)
Raport evaluator
Compilare:
user.cpp: In function ‘int rez(int, int, int, int)’:
user.cpp:65:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:54: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:97: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:110: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:157: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:170: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:232: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp:65:245: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return max(max(a[x1][y1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y1][lg[x2-x1+1]][lg[y2-y1+1]]),max(a[x1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]], a[x2-(1<<lg[x2-x1+1])+1][y2-(1<<lg[y2-y1+1])+1][lg[x2-x1+1]][lg[y2-y1+1]]));
^
user.cpp: In function ‘int getInt()’:
user.cpp:20:37: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf, maxb, 1, fin);
^
user.cpp:29:37: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf, maxb, 1, fin);
^
user.cpp: In function ‘char getChar()’:
user.cpp:41:44: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf, maxb, 1, fin), ptr=0;
^
user.cpp:44:44: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf, maxb, 1, fin), ptr=0;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 404kb | OK | 10 |
2 | 0ms | 432kb | OK | 10 |
3 | 0ms | 440kb | OK | 10 |
4 | 196ms | 4976kb | OK | 10 |
5 | 204ms | 5088kb | OK | 10 |
6 | 216ms | 5020kb | OK | 10 |
7 | Depăşit | 4896kb | Time limit exceeded. | 0 |
8 | Depăşit | 4900kb | Time limit exceeded. | 0 |
9 | Depăşit | 5112kb | Time limit exceeded. | 0 |
10 | Depăşit | 4776kb | Time limit exceeded. | 0 |
Punctaj total | 60 |