0_0_34749756_1522.cpp: In function 'int main()':
0_0_34749756_1522.cpp:9:3: error: expected initializer before 'for'
for(c=0;c<b;c++)
^
0_0_34749756_1522.cpp:9:18: error: expected ';' before ')' token
for(c=0;c<b;c++)
^
0_0_34749756_1522.cpp:17:8: error: 's' was not declared in this scope
if(s[e]>s[e+1])
^
0_0_34749756_1522.cpp:26:16: error: 's' was not declared in this scope
printf("%d",s[x]);
^
|