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_33087246_6014.cpp:4:3: error: stray '#' in program
 { char a[200];
   ^
0_0_33087246_6014.cpp:5:2: error: stray '#' in program
  int n,k,i,t;
  ^
0_0_33087246_6014.cpp:6:2: error: stray '#' in program
  scanf("%d",&n);
  ^
0_0_33087246_6014.cpp:7:2: error: stray '#' in program
  getchar();
  ^
0_0_33087246_6014.cpp:8:2: error: stray '#' in program
  while(n--)
  ^
0_0_33087246_6014.cpp:9:2: error: stray '#' in program
  { t=0;
  ^
0_0_33087246_6014.cpp:9:9: error: stray '#' in program
  { t=0;
         ^
0_0_33087246_6014.cpp:10:2: error: stray '#' in program
   
  ^
0_0_33087246_6014.cpp:10:8: error: stray '#' in program
   
        ^
0_0_33087246_6014.cpp:11:2: error: stray '#' in program
   gets(a);
  ^
0_0_33087246_6014.cpp:11:8: error: stray '#' in program
   gets(a);
        ^
0_0_33087246_6014.cpp:12:2: error: stray '#' in program
   k=strlen(a);
  ^
0_0_33087246_6014.cpp:12:8: error: stray '#' in program
   k=strlen(a);
        ^
0_0_33087246_6014.cpp:13:2: error: stray '#' in program
   for(i=0;i<k;i++)
  ^
0_0_33087246_6014.cpp:13:8: error: stray '#' in program
   for(i=0;i<k;i++)
        ^
0_0_33087246_6014.cpp:14:2: error: stray '#' in program
    if(a[i]<0)
  ^
0_0_33087246_6014.cpp:14:8: error: stray '#' in program
    if(a[i]<0)
        ^
0_0_33087246_6014.cpp:14:14: error: stray '#' in program
    if(a[i]<0)
              ^
0_0_33087246_6014.cpp:15:2: error: stray '#' in program
    t++;
  ^
0_0_33087246_6014.cpp:15:8: error: stray '#' in program
    t++;
        ^
0_0_33087246_6014.cpp:15:14: error: stray '#' in program
    t++;
              ^
0_0_33087246_6014.cpp:16:2: error: stray '#' in program
   printf("%d\n",t/2);
  ^
0_0_33087246_6014.cpp:16:8: error: stray '#' in program
   printf("%d\n",t/2);
        ^
0_0_33087246_6014.cpp:17:2: error: stray '#' in program
  }
  ^
0_0_33087246_6014.cpp:18:2: error: stray '#' in program
  return 0;
  ^
0_0_33087246_6014.cpp: In function 'int main()':
0_0_33087246_6014.cpp:4:4: error: lvalue required as unary '&' operand
 { char a[200];
    ^
0_0_33087246_6014.cpp:5:3: error: lvalue required as unary '&' operand
  int n,k,i,t;
   ^
0_0_33087246_6014.cpp:6:3: error: lvalue required as unary '&' operand
  scanf("%d",&n);
   ^
0_0_33087246_6014.cpp:7:3: error: lvalue required as unary '&' operand
  getchar();
   ^
0_0_33087246_6014.cpp:8:3: error: lvalue required as unary '&' operand
  while(n--)
   ^
0_0_33087246_6014.cpp:9:3: error: lvalue required as unary '&' operand
  { t=0;
   ^
0_0_33087246_6014.cpp:9:10: error: lvalue required as unary '&' operand
  { t=0;
          ^
0_0_33087246_6014.cpp:10:3: error: lvalue required as unary '&' operand
   
   ^
0_0_33087246_6014.cpp:10:9: error: lvalue required as unary '&' operand
   
         ^
0_0_33087246_6014.cpp:11:3: error: lvalue required as unary '&' operand
   gets(a);
   ^
0_0_33087246_6014.cpp:11:9: error: lvalue required as unary '&' operand
   gets(a);
         ^
0_0_33087246_6014.cpp:12:3: error: lvalue required as unary '&' operand
   k=strlen(a);
   ^
0_0_33087246_6014.cpp:12:9: error: lvalue required as unary '&' operand
   k=strlen(a);
         ^
0_0_33087246_6014.cpp:13:3: error: lvalue required as unary '&' operand
   for(i=0;i<k;i++)
   ^
0_0_33087246_6014.cpp:13:9: error: lvalue required as unary '&' operand
   for(i=0;i<k;i++)
         ^
0_0_33087246_6014.cpp:14:3: error: lvalue required as unary '&' operand
    if(a[i]<0)
   ^
0_0_33087246_6014.cpp:14:9: error: lvalue required as unary '&' operand
    if(a[i]<0)
         ^
0_0_33087246_6014.cpp:14:15: error: lvalue required as unary '&' operand
    if(a[i]<0)
               ^
0_0_33087246_6014.cpp:15:3: error: lvalue required as unary '&' operand
    t++;
   ^
0_0_33087246_6014.cpp:15:9: error: lvalue required as unary '&' operand
    t++;
         ^
0_0_33087246_6014.cpp:15:15: error: lvalue required as unary '&' operand
    t++;
               ^
0_0_33087246_6014.cpp:16:3: error: lvalue required as unary '&' operand
   printf("%d\n",t/2);
   ^
0_0_33087246_6014.cpp:16:9: error: lvalue required as unary '&' operand
   printf("%d\n",t/2);
         ^
0_0_33087246_6014.cpp:17:3: error: lvalue required as unary '&' operand
  }
   ^
0_0_33087246_6014.cpp:18:3: error: lvalue required as unary '&' operand
  return 0;
   ^


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-15 06:03:53, Gzip enabled