Borderou de evaluare (job #3134449)

Utilizator daristyleBejan Darius-Ramon daristyle Data 29 mai 2023 01:14:57
Problema Compresie Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:13:6: error: variable or field 'constructMatrix' declared void 13 | void constructMatrix(intx1, inty1, intx2, inty2) { | ^~~~~~~~~~~~~~~ main.cpp:13:22: error: 'intx1' was not declared in this scope; did you mean 'int'? 13 | void constructMatrix(intx1, inty1, intx2, inty2) { | ^~~~~ | int main.cpp:13:29: error: 'inty1' was not declared in this scope; did you mean 'int'? 13 | void constructMatrix(intx1, inty1, intx2, inty2) { | ^~~~~ | int main.cpp:13:36: error: 'intx2' was not declared in this scope; did you mean 'int'? 13 | void constructMatrix(intx1, inty1, intx2, inty2) { | ^~~~~ | int main.cpp:13:43: error: 'inty2' was not declared in this scope; did you mean 'int'? 13 | void constructMatrix(intx1, inty1, intx2, inty2) { | ^~~~~ | int main.cpp: In function 'int main()': main.cpp:46:9: error: 'constructMatrix' was not declared in this scope 46 | constructMatrix(0, 0, dim - 1, dim - 1); | ^~~~~~~~~~~~~~~ Non zero exit status: 1

Ceva nu functioneaza?