0_0_38020699_5681.c:34:10: error: 'x' undeclared here (not in a function)
temp=x;
^
0_0_38020699_5681.c:35:7: error: 'a' undeclared here (not in a function)
x=a[i];
^
0_0_38020699_5681.c:35:9: error: 'i' undeclared here (not in a function)
x=a[i];
^
0_0_38020699_5681.c:37:5: error: expected identifier or '(' before 'if'
if(start<j)
^
0_0_38020699_5681.c:39:2: error: expected identifier or '(' before 'if'
if(i<end)
^
0_0_38020699_5681.c:41:1: error: expected identifier or '(' before '}' token
}
^
|