Borderou de evaluare (job #1050644)

Utilizator devilz05Orzan Alexandru devilz05 Data 8 decembrie 2013 21:35:40
Problema Figuri2 Status done
Runda Arhiva de probleme Compilator c | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.c: In function ‘computeRhombus’: user.c:141:5: warning: passing argument 1 of ‘writeBuffer’ from incompatible pointer type [enabled by default] writeBuffer(tempBuffer, n); ^ user.c:59:6: note: expected ‘const char (*)[100]’ but argument is of type ‘char (*)[100]’ void writeBuffer(const char buffer[][100], const int n) ^ user.c: In function ‘main’: user.c:162: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 (*)[100]’ but argument is of type ‘char (*)[100]’ void computeSquares(const char buffer[][100], const int n, int *squareSize, int *squareCount) ^ user.c:163: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 (*)[100]’ but argument is of type ‘char (*)[100]’ void computeRhombus(const char buffer[][100], const int n, int *rhombusSize, int *rhombusCount) ^ user.c:149:15: warning: unused variable ‘j’ [-Wunused-variable] int n, i, j; ^ user.c:149:12: warning: unused variable ‘i’ [-Wunused-variable] int n, i, j; ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
14ms236kbIncorect0
24ms236kbKilled by signal 11(SIGSEGV).0
34ms236kbKilled by signal 11(SIGSEGV).0
44ms236kbKilled by signal 11(SIGSEGV).0
54ms240kbKilled by signal 11(SIGSEGV).0
64ms236kbKilled by signal 11(SIGSEGV).0
74ms236kbKilled by signal 11(SIGSEGV).0
84ms236kbKilled by signal 11(SIGSEGV).0
94ms236kbKilled by signal 11(SIGSEGV).0
104ms236kbKilled by signal 11(SIGSEGV).0
Punctaj total0

Ceva nu functioneaza?