0_0_33509033_9549.c: In function 'main':
0_0_33509033_9549.c:3:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'x'
int a,b,n x[110];
^
0_0_33509033_9549.c:4:30: error: 'n' undeclared (first use in this function)
while(scanf("%d%d%d",&a,&b,&n)==3){
^
0_0_33509033_9549.c:4:30: note: each undeclared identifier is reported only once for each function it appears in
0_0_33509033_9549.c:7:3: error: 'x' undeclared (first use in this function)
x[1]=1;x[2]=1;
^
|