Pagini recente » Borderou de evaluare (job #2750711) | Borderou de evaluare (job #2035852) | Borderou de evaluare (job #566682) | Borderou de evaluare (job #2036237) | Borderou de evaluare (job #1050684)
Borderou de evaluare (job #1050684)
Raport evaluator
Compilare:
user.c: In function ‘computeRhombus’:
user.c:107:10: warning: unused variable ‘tempBuffer2’ [-Wunused-variable]
char tempBuffer2[256][256];
^
user.c: In function ‘main’:
user.c:187:5: warning: passing argument 1 of ‘computeSquares’ from incompatible pointer type [enabled by default]
computeSquares(buffer, n, &squareSize, &squareCount);
^
user.c:81:6: note: expected ‘const char (*)[256]’ but argument is of type ‘char (*)[256]’
void computeSquares(const char buffer[][256], const int n, int *squareSize, int *squareCount)
^
user.c:188:5: warning: passing argument 1 of ‘computeRhombus’ from incompatible pointer type [enabled by default]
computeRhombus(buffer, n, &rhombusSize, &rhombusCount);
^
user.c:103:6: note: expected ‘const char (*)[256]’ but argument is of type ‘char (*)[256]’
void computeRhombus(const char buffer[][256], const int n, int *rhombusSize, int *rhombusCount)
^
user.c:174:15: warning: unused variable ‘j’ [-Wunused-variable]
int n, i, j;
^
user.c:174:12: warning: unused variable ‘i’ [-Wunused-variable]
int n, i, j;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 8ms | 256kb | OK | 10 |
2 | 20ms | 288kb | OK | 10 |
3 | 32ms | 300kb | Incorect | 0 |
4 | 44ms | 308kb | Incorect | 0 |
5 | Depăşit | 312kb | Time limit exceeded. | 0 |
6 | Depăşit | 292kb | Time limit exceeded. | 0 |
7 | Depăşit | 292kb | Time limit exceeded. | 0 |
8 | Depăşit | 300kb | Time limit exceeded. | 0 |
9 | Depăşit | 304kb | Time limit exceeded. | 0 |
10 | Depăşit | 304kb | Time limit exceeded. | 0 |
Punctaj total | 20 |