0_0_33173870_4978.c: In function 'main':
0_0_33173870_4978.c:4:3: error: stray '#' in program
{
^
0_0_33173870_4978.c:4:2: error: lvalue required as unary '&' operand
{
^
0_0_33173870_4978.c:6:2: error: stray '#' in program
int i,k,n,b[5];
^
0_0_33173870_4978.c:6:1: error: lvalue required as unary '&' operand
int i,k,n,b[5];
^
0_0_33173870_4978.c:7:2: error: stray '#' in program
scanf("%d",&n);
^
0_0_33173870_4978.c:7:1: error: lvalue required as unary '&' operand
scanf("%d",&n);
^
0_0_33173870_4978.c:8:2: error: stray '#' in program
getchar();
^
0_0_33173870_4978.c:8:1: error: lvalue required as unary '&' operand
getchar();
^
0_0_33173870_4978.c:9:2: error: stray '#' in program
while(n--)
^
0_0_33173870_4978.c:9:1: error: lvalue required as unary '&' operand
while(n--)
^
0_0_33173870_4978.c:10:2: error: stray '#' in program
{
^
0_0_33173870_4978.c:10:1: error: lvalue required as unary '&' operand
{
^
0_0_33173870_4978.c:10:10: error: stray '#' in program
{
^
0_0_33173870_4978.c:10:9: error: lvalue required as unary '&' operand
{
^
0_0_33173870_4978.c:11:2: error: stray '#' in program
gets(a);
^
0_0_33173870_4978.c:11:1: error: lvalue required as unary '&' operand
gets(a);
^
0_0_33173870_4978.c:11:8: error: stray '#' in program
gets(a);
^
0_0_33173870_4978.c:11:7: error: lvalue required as unary '&' operand
gets(a);
^
0_0_33173870_4978.c:12:2: error: stray '#' in program
k=strlen(a);
^
0_0_33173870_4978.c:12:1: error: lvalue required as unary '&' operand
k=strlen(a);
^
0_0_33173870_4978.c:12:8: error: stray '#' in program
k=strlen(a);
^
0_0_33173870_4978.c:12:7: error: lvalue required as unary '&' operand
k=strlen(a);
^
0_0_33173870_4978.c:13:2: error: stray '#' in program
for(i=0;i<5;i++)
^
0_0_33173870_4978.c:13:1: error: lvalue required as unary '&' operand
for(i=0;i<5;i++)
^
0_0_33173870_4978.c:13:8: error: stray '#' in program
for(i=0;i<5;i++)
^
0_0_33173870_4978.c:13:7: error: lvalue required as unary '&' operand
for(i=0;i<5;i++)
^
0_0_33173870_4978.c:14:2: error: stray '#' in program
b[i]=0;
^
0_0_33173870_4978.c:14:1: error: lvalue required as unary '&' operand
b[i]=0;
^
0_0_33173870_4978.c:14:8: error: stray '#' in program
b[i]=0;
^
0_0_33173870_4978.c:14:7: error: lvalue required as unary '&' operand
b[i]=0;
^
0_0_33173870_4978.c:15:2: error: stray '#' in program
for(i=0;i<k;i++)
^
0_0_33173870_4978.c:15:1: error: lvalue required as unary '&' operand
for(i=0;i<k;i++)
^
0_0_33173870_4978.c:15:8: error: stray '#' in program
for(i=0;i<k;i++)
^
0_0_33173870_4978.c:15:7: error: lvalue required as unary '&' operand
for(i=0;i<k;i++)
^
0_0_33173870_4978.c:16:2: error: stray '#' in program
{ if(a[i]=='a')
^
0_0_33173870_4978.c:16:1: error: lvalue required as unary '&' operand
{ if(a[i]=='a')
^
0_0_33173870_4978.c:16:8: error: stray '#' in program
{ if(a[i]=='a')
^
0_0_33173870_4978.c:16:7: error: lvalue required as unary '&' operand
{ if(a[i]=='a')
^
0_0_33173870_4978.c:16:15: error: stray '#' in program
{ if(a[i]=='a')
^
0_0_33173870_4978.c:16:14: error: lvalue required as unary '&' operand
{ if(a[i]=='a')
^
0_0_33173870_4978.c:17:2: error: stray '#' in program
b[0]++;
^
0_0_33173870_4978.c:17:1: error: lvalue required as unary '&' operand
b[0]++;
^
0_0_33173870_4978.c:17:8: error: stray '#' in program
b[0]++;
^
0_0_33173870_4978.c:17:7: error: lvalue required as unary '&' operand
b[0]++;
^
0_0_33173870_4978.c:17:14: error: stray '#' in program
b[0]++;
^
0_0_33173870_4978.c:17:13: error: lvalue required as unary '&' operand
b[0]++;
^
0_0_33173870_4978.c:17:20: error: stray '#' in program
b[0]++;
^
0_0_33173870_4978.c:17:19: error: lvalue required as unary '&' operand
b[0]++;
^
0_0_33173870_4978.c:18:2: error: stray '#' in program
if(a[i]=='e')
^
0_0_33173870_4978.c:18:1: error: lvalue required as unary '&' operand
if(a[i]=='e')
^
0_0_33173870_4978.c:18:8: error: stray '#' in program
if(a[i]=='e')
^
0_0_33173870_4978.c:18:7: error: lvalue required as unary '&' operand
if(a[i]=='e')
^
0_0_33173870_4978.c:18:14: error: stray '#' in program
if(a[i]=='e')
^
0_0_33173870_4978.c:18:13: error: lvalue required as unary '&' operand
if(a[i]=='e')
^
0_0_33173870_4978.c:19:2: error: stray '#' in program
b[1]++;
^
0_0_33173870_4978.c:19:1: error: lvalue required as unary '&' operand
b[1]++;
^
0_0_33173870_4978.c:19:8: error: stray '#' in program
b[1]++;
^
0_0_33173870_4978.c:19:7: error: lvalue required as unary '&' operand
b[1]++;
^
0_0_33173870_4978.c:19:14: error: stray '#' in program
b[1]++;
^
0_0_33173870_4978.c:19:13: error: lvalue required as unary '&' operand
b[1]++;
^
0_0_33173870_4978.c:19:20: error: stray '#' in program
b[1]++;
^
0_0_33173870_4978.c:19:19: error: lvalue required as unary '&' operand
b[1]++;
^
0_0_33173870_4978.c:20:2: error: stray '#' in program
if(a[i]=='i')
^
0_0_33173870_4978.c:20:1: error: lvalue required as unary '&' operand
if(a[i]=='i')
^
0_0_33173870_4978.c:20:8: error: stray '#' in program
if(a[i]=='i')
^
0_0_33173870_4978.c:20:7: error: lvalue required as unary '&' operand
if(a[i]=='i')
^
0_0_33173870_4978.c:20:14: error: stray '#' in program
if(a[i]=='i')
^
0_0_33173870_4978.c:20:13: error: lvalue required as unary '&' operand
if(a[i]=='i')
^
0_0_33173870_4978.c:21:2: error: stray '#' in program
b[2]++;
^
0_0_33173870_4978.c:21:1: error: lvalue required as unary '&' operand
b[2]++;
^
0_0_33173870_4978.c:21:8: error: stray '#' in program
b[2]++;
^
0_0_33173870_4978.c:21:7: error: lvalue required as unary '&' operand
b[2]++;
^
0_0_33173870_4978.c:21:14: error: stray '#' in program
b[2]++;
^
0_0_33173870_4978.c:21:13: error: lvalue required as unary '&' operand
b[2]++;
^
0_0_33173870_4978.c:21:20: error: stray '#' in program
b[2]++;
^
0_0_33173870_4978.c:21:19: error: lvalue required as unary '&' operand
b[2]++;
^
0_0_33173870_4978.c:22:2: error: stray '#' in program
if(a[i]=='o')
^
0_0_33173870_4978.c:22:1: error: lvalue required as unary '&' operand
if(a[i]=='o')
^
0_0_33173870_4978.c:22:8: error: stray '#' in program
if(a[i]=='o')
^
0_0_33173870_4978.c:22:7: error: lvalue required as unary '&' operand
if(a[i]=='o')
^
0_0_33173870_4978.c:22:14: error: stray '#' in program
if(a[i]=='o')
^
0_0_33173870_4978.c:22:13: error: lvalue required as unary '&' operand
if(a[i]=='o')
^
0_0_33173870_4978.c:23:2: error: stray '#' in program
b[3]++;
^
0_0_33173870_4978.c:23:1: error: lvalue required as unary '&' operand
b[3]++;
^
0_0_33173870_4978.c:23:8: error: stray '#' in program
b[3]++;
^
0_0_33173870_4978.c:23:7: error: lvalue required as unary '&' operand
b[3]++;
^
0_0_33173870_4978.c:23:14: error: stray '#' in program
b[3]++;
^
0_0_33173870_4978.c:23:13: error: lvalue required as unary '&' operand
b[3]++;
^
0_0_33173870_4978.c:23:20: error: stray '#' in program
b[3]++;
^
0_0_33173870_4978.c:23:19: error: lvalue required as unary '&' operand
b[3]++;
^
0_0_33173870_4978.c:24:2: error: stray '#' in program
if(a[i]=='u')
^
0_0_33173870_4978.c:24:1: error: lvalue requ
|