0_0_16253485_11933.c:6:13: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token
int counter=0;
^
0_0_16253485_11933.c: In function 'main':
0_0_16253485_11933.c:20:12: error: 'struct ss' has no member named 'counter'
if(s[i].counter==-1)
^
0_0_16253485_11933.c:24:10: error: 'struct ss' has no member named 'counter'
s[i].counter++;
^
0_0_16253485_11933.c:25:10: error: 'struct ss' has no member named 'counter'
s[j].counter=-1;
^
0_0_16253485_11933.c:30:11: error: 'struct ss' has no member named 'counter'
if(s[j].counter<s[i].counter)
^
0_0_16253485_11933.c:30:24: error: 'struct ss' has no member named 'counter'
if(s[j].counter<s[i].counter)
^
0_0_16253485_11933.c:33:9: error: 'struct ss' has no member named 'counter'
s[i].counter=0;
^
0_0_16253485_11933.c:38:7: error: 'struct ss' has no member named 'counter'
s[j].counter=0;
^
|