0_0_19666482_6789.c: In function 'main':
0_0_19666482_6789.c:5:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
int n[56];
^
0_0_19666482_6789.c:6:5: error: 'n' undeclared (first use in this function)
n[0]=0;
^
0_0_19666482_6789.c:6:5: note: each undeclared identifier is reported only once for each function it appears in
|