0_0_31770882_6280.c: In function 'main':
0_0_31770882_6280.c:7:5: error: expected expression before 'int'
int x[100];
^
0_0_31770882_6280.c:11:25: error: 'x' undeclared (first use in this function)
scanf("%d",&x[i]);
^
0_0_31770882_6280.c:11:25: note: each undeclared identifier is reported only once for each function it appears in
|