0_0_34401285_85.c: In function 'main':
0_0_34401285_85.c:8:9: error: expected expression before '/' token
//1. n=m=0
^
0_0_34401285_85.c:15:13: error: 'i' undeclared (first use in this function)
for(i=0;i<a;i++){
^
0_0_34401285_85.c:15:13: note: each undeclared identifier is reported only once for each function it appears in
0_0_34401285_85.c:20:9: error: expected expression before '/' token
//3. input
^
0_0_34401285_85.c:24:9: error: expected expression before '/' token
//4. A-B
^
0_0_34401285_85.c:27:17: error: 'j' undeclared (first use in this function)
for(j=0;j<m;j++){
^
0_0_34401285_85.c:30:21: error: 'cnt' undeclared (first use in this function)
cnt++;
^
0_0_34401285_85.c:34:9: error: expected expression before '/' token
//5. NULL
^
0_0_34401285_85.c:49:9: error: stray '\303' in program
//7. small->large (ðÅÝ)
^
0_0_34401285_85.c:49:9: error: stray '\260' in program
0_0_34401285_85.c:49:9: error: stray '\305' in program
0_0_34401285_85.c:49:9: error: stray '\335' in program
0_0_34401285_85.c:51:13: error: 'l' undeclared (first use in this function)
for(l=0;l<J-1;l++){
^
0_0_34401285_85.c:51:19: error: 'J' undeclared (first use in this function)
for(l=0;l<J-1;l++){
^
0_0_34401285_85.c:54:21: error: 't' undeclared (first use in this function)
t = C[i];
^
0_0_34401285_85.c:61:9: error: expected expression before '/' token
//8. output C
^
|