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_14580087_2222.c: In function 'getint':
0_0_14580087_2222.c:9:2: error: stray '#' in program
     int re=0;
  ^
0_0_14580087_2222.c:9:1: error: lvalue required as unary '&' operand
     int re=0;
 ^
0_0_14580087_2222.c:9:8: error: stray '#' in program
     int re=0;
        ^
0_0_14580087_2222.c:9:7: error: lvalue required as unary '&' operand
     int re=0;
       ^
0_0_14580087_2222.c:9:14: error: stray '#' in program
     int re=0;
              ^
0_0_14580087_2222.c:9:13: error: lvalue required as unary '&' operand
     int re=0;
             ^
0_0_14580087_2222.c:9:20: error: stray '#' in program
     int re=0;
                    ^
0_0_14580087_2222.c:9:19: error: lvalue required as unary '&' operand
     int re=0;
                   ^
0_0_14580087_2222.c:10:2: error: stray '#' in program
     while(*p<'0'||*p>'9')p++;
  ^
0_0_14580087_2222.c:10:1: error: lvalue required as unary '&' operand
     while(*p<'0'||*p>'9')p++;
 ^
0_0_14580087_2222.c:10:8: error: stray '#' in program
     while(*p<'0'||*p>'9')p++;
        ^
0_0_14580087_2222.c:10:7: error: lvalue required as unary '&' operand
     while(*p<'0'||*p>'9')p++;
       ^
0_0_14580087_2222.c:10:14: error: stray '#' in program
     while(*p<'0'||*p>'9')p++;
              ^
0_0_14580087_2222.c:10:13: error: lvalue required as unary '&' operand
     while(*p<'0'||*p>'9')p++;
             ^
0_0_14580087_2222.c:10:20: error: stray '#' in program
     while(*p<'0'||*p>'9')p++;
                    ^
0_0_14580087_2222.c:10:19: error: lvalue required as unary '&' operand
     while(*p<'0'||*p>'9')p++;
                   ^
0_0_14580087_2222.c:11:2: error: stray '#' in program
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
  ^
0_0_14580087_2222.c:11:1: error: lvalue required as unary '&' operand
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
 ^
0_0_14580087_2222.c:11:8: error: stray '#' in program
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
        ^
0_0_14580087_2222.c:11:7: error: lvalue required as unary '&' operand
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
       ^
0_0_14580087_2222.c:11:14: error: stray '#' in program
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
              ^
0_0_14580087_2222.c:11:13: error: lvalue required as unary '&' operand
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
             ^
0_0_14580087_2222.c:11:20: error: stray '#' in program
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
                    ^
0_0_14580087_2222.c:11:19: error: lvalue required as unary '&' operand
     while(*p>='0'&&*p<='9')re=re*10+*p++-48;
                   ^
0_0_14580087_2222.c:12:2: error: stray '#' in program
     return re;
  ^
0_0_14580087_2222.c:12:1: error: lvalue required as unary '&' operand
     return re;
 ^
0_0_14580087_2222.c:12:8: error: stray '#' in program
     return re;
        ^
0_0_14580087_2222.c:12:7: error: lvalue required as unary '&' operand
     return re;
       ^
0_0_14580087_2222.c:12:14: error: stray '#' in program
     return re;
              ^
0_0_14580087_2222.c:12:13: error: lvalue required as unary '&' operand
     return re;
             ^
0_0_14580087_2222.c:12:20: error: stray '#' in program
     return re;
                    ^
0_0_14580087_2222.c:12:19: error: lvalue required as unary '&' operand
     return re;
                   ^
0_0_14580087_2222.c: In function 'Build':
0_0_14580087_2222.c:15:2: error: stray '#' in program
     S*node=stp++;
  ^
0_0_14580087_2222.c:15:1: error: lvalue required as unary '&' operand
     S*node=stp++;
 ^
0_0_14580087_2222.c:15:8: error: stray '#' in program
     S*node=stp++;
        ^
0_0_14580087_2222.c:15:7: error: lvalue required as unary '&' operand
     S*node=stp++;
       ^
0_0_14580087_2222.c:15:14: error: stray '#' in program
     S*node=stp++;
              ^
0_0_14580087_2222.c:15:13: error: lvalue required as unary '&' operand
     S*node=stp++;
             ^
0_0_14580087_2222.c:15:20: error: stray '#' in program
     S*node=stp++;
                    ^
0_0_14580087_2222.c:15:19: error: lvalue required as unary '&' operand
     S*node=stp++;
                   ^
0_0_14580087_2222.c:16:2: error: stray '#' in program
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
  ^
0_0_14580087_2222.c:16:1: error: lvalue required as unary '&' operand
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
 ^
0_0_14580087_2222.c:16:8: error: stray '#' in program
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
        ^
0_0_14580087_2222.c:16:7: error: lvalue required as unary '&' operand
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
       ^
0_0_14580087_2222.c:16:14: error: stray '#' in program
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
              ^
0_0_14580087_2222.c:16:13: error: lvalue required as unary '&' operand
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
             ^
0_0_14580087_2222.c:16:20: error: stray '#' in program
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
                    ^
0_0_14580087_2222.c:16:19: error: lvalue required as unary '&' operand
     if(l+1!=r)node->c[0]=Build(l,mid),node->c[1]=Build(mid,r);
                   ^
0_0_14580087_2222.c:17:2: error: stray '#' in program
     return node;
  ^
0_0_14580087_2222.c:17:1: error: lvalue required as unary '&' operand
     return node;
 ^
0_0_14580087_2222.c:17:8: error: stray '#' in program
     return node;
        ^
0_0_14580087_2222.c:17:7: error: lvalue required as unary '&' operand
     return node;
       ^
0_0_14580087_2222.c:17:14: error: stray '#' in program
     return node;
              ^
0_0_14580087_2222.c:17:13: error: lvalue required as unary '&' operand
     return node;
             ^
0_0_14580087_2222.c:17:20: error: stray '#' in program
     return node;
                    ^
0_0_14580087_2222.c:17:19: error: lvalue required as unary '&' operand
     return node;
                   ^
0_0_14580087_2222.c: In function 'SegInsert':
0_0_14580087_2222.c:19:2: error: stray '#' in program
     S*node=stp++;node->s=x->s+Y;
  ^
0_0_14580087_2222.c:19:1: error: lvalue required as unary '&' operand
     S*node=stp++;node->s=x->s+Y;
 ^
0_0_14580087_2222.c:19:8: error: stray '#' in program
     S*node=stp++;node->s=x->s+Y;
        ^
0_0_14580087_2222.c:19:7: error: lvalue required as unary '&' operand
     S*node=stp++;node->s=x->s+Y;
       ^
0_0_14580087_2222.c:19:14: error: stray '#' in program
     S*node=stp++;node->s=x->s+Y;
              ^
0_0_14580087_2222.c:19:13: error: lvalue required as unary '&' operand
     S*node=stp++;node->s=x->s+Y;
             ^
0_0_14580087_2222.c:19:20: error: stray '#' in program
     S*node=stp++;node->s=x->s+Y;
                    ^
0_0_14580087_2222.c:19:19: error: lvalue required as unary '&' operand
     S*node=stp++;node->s=x->s+Y;
                   ^
0_0_14580087_2222.c:20:2: error: stray '#' in program
     if(l+1!=r){
  ^
0_0_14580087_2222.c:20:1: error: lvalue required as unary '&' operand
     if(l+1!=r){
 ^
0_0_14580087_2222.c:20:8: error: stray '#' in program
     if(l+1!=r){
        ^
0_0_14580087_2222.c:20:7: error: lvalue required as unary '&' operand
     if(l+1!=r){
       ^
0_0_14580087_2222.c:20:14: error: stray '#' in program
     if(l+1!=r){
              ^
0_0_14580087_2222.c:20:13: error: lvalue required as unary '&' operand
     if(l+1!=r){
             ^
0_0_14580087_2222.c:20:20: error: stray '#' in program
     if(l+1!=r){
                    ^
0_0_14580087_2222.c:20:19: error: lvalue required as unary '&' operand
     if(l+1!=r){
                   ^
0_0_14580087_2222.c:21:2: error: stray '#' in program
         if(I<mid)node->c[1]=x->c[1],node->c[0]=SegInsert(x->c[0],l,mid);
  ^
0_0_14580087_2222.c:21:1: error: lvalue required as unary '&' operand
         if(I<mid)node->c[1]=x->c[1],node->c[0]=SegInsert(x->c[0],l,mid);
 


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-07-03 18:56:00, Gzip enabled