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