Borderou de evaluare (job #2881537)

Utilizator NedusNedelcu Alexandru Nedus Data 30 martie 2022 16:04:11
Problema Custi Status done
Runda Arhiva de probleme Compilator c-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.c:12:16: error: array type has incomplete element type 'int[]' 12 | void tranf(int vi[][], int vo[][],int n){ | ^~ main.c:12:16: note: declaration of 'vi' as multidimensional array must have bounds for all dimensions except the first main.c:12:28: error: array type has incomplete element type 'int[]' 12 | void tranf(int vi[][], int vo[][],int n){ | ^~ main.c:12:28: note: declaration of 'vo' as multidimensional array must have bounds for all dimensions except the first main.c:27:18: error: array type has incomplete element type 'int[]' 27 | void get_rez(int vi[][], int vo[],int n){ | ^~ main.c:27:18: note: declaration of 'vi' as multidimensional array must have bounds for all dimensions except the first main.c: In function 'main': main.c:64:11: error: type of formal parameter 1 is incomplete 64 | tranf(vi,vo,n); | ^~ main.c:64:14: error: type of formal parameter 2 is incomplete 64 | tranf(vi,vo,n); | ^~ main.c:65:13: error: type of formal parameter 1 is incomplete 65 | get_rez(vo,vf,n); | ^~ main.c:70:17: error: expected expression before '/' token 70 | fclose(fw);*/ | ^ Non zero exit status: 1

Ceva nu functioneaza?