0_0_17053550_11119.c: In function 'main':
0_0_17053550_11119.c:15:20: error: expected expression before ')' token
for(j=0;j<=i;j+)
^
0_0_17053550_11119.c:17:9: error: too few arguments to function 'strcmp'
if(strcmp(color[i]color[j])==0)
^
0_0_17053550_11119.c:22:4: error: expected ';' before 't'
t=0;
^
|