0_0_16249662_1704.c: In function 'main':
0_0_16249662_1704.c:16:3: error: expected expression before '/' token
//k=0;
^
0_0_16249662_1704.c:31:6: error: expected expression before '/' token
//k++;continue;
^
0_0_16249662_1704.c:40:5: error: expected expression before '/' token
//k++;
^
0_0_16249662_1704.c:41:5: error: expected expression before '/' token
//continue;
^
0_0_16249662_1704.c:43:4: error: expected expression before '/' token
//printf("%d ",a[i]);
^
|