F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-20 13:26:26, Gzip enabled