Borderou de evaluare (job #2467277)

Utilizator DavidLDavid Lauran DavidL Data 3 octombrie 2019 22:14:48
Problema Compresie Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:7:8: error: 'NMAX' was not declared in this scope char M[NMAX][NMAX]; ^~~~ main.cpp:7:14: error: 'NMAX' was not declared in this scope char M[NMAX][NMAX]; ^~~~ main.cpp: In function 'void completez(int, int, int, int, int, int, int, int)': main.cpp:49:27: error: 'arieB' was not declared in this scope i = j + 1, j = undeAm(arieB, i); ^~~~~ main.cpp:50:40: error: too few arguments to function 'void completez(int, int, int, int, int, int, int, int)' completez(x1, yy + 1, xx, nrc, i, j); /// B ^ main.cpp:37:6: note: declared here void completez(int x1, int y1, int x2, int y2, int nrl, int nrc, int st, int dr) ^~~~~~~~~ main.cpp:52:27: error: 'arieC' was not declared in this scope i = j + 1, j = undeAm(arieC, i); ^~~~~ main.cpp:53:39: error: too few arguments to function 'void completez(int, int, int, int, int, int, int, int)' completez(xx + 1, 1, nrl, yy, i, j); /// C ^ main.cpp:37:6: note: declared here void completez(int x1, int y1, int x2, int y2, int nrl, int nrc, int st, int dr) ^~~~~~~~~ main.cpp:55:27: error: 'arieD' was not declared in this scope i = j + 1, j = undeAm(arieD, i); ^~~~~ main.cpp:56:45: error: too few arguments to function 'void completez(int, int, int, int, int, int, int, int)' completez(xx + 1, yy + 1, nrl, nrc, i, j); /// D ^ main.cpp:37:6: note: declared here void completez(int x1, int y1, int x2, int y2, int nrl, int nrc, int st, int dr) ^~~~~~~~~ main.cpp: In function 'int main()': main.cpp:61:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] fi >> A + 1; ~~^~~ main.cpp:97:19: error: 'M' was not declared in this scope fo << M[i][j] << " "; ^ Non zero exit status: 1

Ceva nu functioneaza?