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_16024889_9814.cpp:4:2: error: stray '#' in program
     int n,a,b,i;
  ^
0_0_16024889_9814.cpp:4:8: error: stray '#' in program
     int n,a,b,i;
        ^
0_0_16024889_9814.cpp:4:14: error: stray '#' in program
     int n,a,b,i;
              ^
0_0_16024889_9814.cpp:4:20: error: stray '#' in program
     int n,a,b,i;
                    ^
0_0_16024889_9814.cpp:5:2: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
  ^
0_0_16024889_9814.cpp:5:8: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
        ^
0_0_16024889_9814.cpp:5:14: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
              ^
0_0_16024889_9814.cpp:5:20: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
                    ^
0_0_16024889_9814.cpp:5:26: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
                          ^
0_0_16024889_9814.cpp:5:32: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
                                ^
0_0_16024889_9814.cpp:5:38: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
                                      ^
0_0_16024889_9814.cpp:5:44: error: stray '#' in program
         while(scanf("%d%d",&a,&b)!=EOF)
                                            ^
0_0_16024889_9814.cpp:6:2: error: stray '#' in program
         {printf("%d\n",a+b);
  ^
0_0_16024889_9814.cpp:6:8: error: stray '#' in program
         {printf("%d\n",a+b);
        ^
0_0_16024889_9814.cpp:6:14: error: stray '#' in program
         {printf("%d\n",a+b);
              ^
0_0_16024889_9814.cpp:6:20: error: stray '#' in program
         {printf("%d\n",a+b);
                    ^
0_0_16024889_9814.cpp:6:26: error: stray '#' in program
         {printf("%d\n",a+b);
                          ^
0_0_16024889_9814.cpp:6:32: error: stray '#' in program
         {printf("%d\n",a+b);
                                ^
0_0_16024889_9814.cpp:6:38: error: stray '#' in program
         {printf("%d\n",a+b);
                                      ^
0_0_16024889_9814.cpp:6:44: error: stray '#' in program
         {printf("%d\n",a+b);
                                            ^
0_0_16024889_9814.cpp:7:2: error: stray '#' in program
         printf("\n");}
  ^
0_0_16024889_9814.cpp:7:8: error: stray '#' in program
         printf("\n");}
        ^
0_0_16024889_9814.cpp:7:14: error: stray '#' in program
         printf("\n");}
              ^
0_0_16024889_9814.cpp:7:20: error: stray '#' in program
         printf("\n");}
                    ^
0_0_16024889_9814.cpp:7:26: error: stray '#' in program
         printf("\n");}
                          ^
0_0_16024889_9814.cpp:7:32: error: stray '#' in program
         printf("\n");}
                                ^
0_0_16024889_9814.cpp:7:38: error: stray '#' in program
         printf("\n");}
                                      ^
0_0_16024889_9814.cpp:7:44: error: stray '#' in program
         printf("\n");}
                                            ^
0_0_16024889_9814.cpp: In function 'int main()':
0_0_16024889_9814.cpp:4:3: error: lvalue required as unary '&' operand
     int n,a,b,i;
   ^
0_0_16024889_9814.cpp:4:9: error: lvalue required as unary '&' operand
     int n,a,b,i;
         ^
0_0_16024889_9814.cpp:4:15: error: lvalue required as unary '&' operand
     int n,a,b,i;
               ^
0_0_16024889_9814.cpp:4:21: error: lvalue required as unary '&' operand
     int n,a,b,i;
                     ^
0_0_16024889_9814.cpp:5:3: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
   ^
0_0_16024889_9814.cpp:5:9: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
         ^
0_0_16024889_9814.cpp:5:15: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
               ^
0_0_16024889_9814.cpp:5:21: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
                     ^
0_0_16024889_9814.cpp:5:27: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
                           ^
0_0_16024889_9814.cpp:5:33: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
                                 ^
0_0_16024889_9814.cpp:5:39: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
                                       ^
0_0_16024889_9814.cpp:5:45: error: lvalue required as unary '&' operand
         while(scanf("%d%d",&a,&b)!=EOF)
                                             ^
0_0_16024889_9814.cpp:6:3: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
   ^
0_0_16024889_9814.cpp:6:9: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
         ^
0_0_16024889_9814.cpp:6:15: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
               ^
0_0_16024889_9814.cpp:6:21: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
                     ^
0_0_16024889_9814.cpp:6:27: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
                           ^
0_0_16024889_9814.cpp:6:33: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
                                 ^
0_0_16024889_9814.cpp:6:39: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
                                       ^
0_0_16024889_9814.cpp:6:45: error: lvalue required as unary '&' operand
         {printf("%d\n",a+b);
                                             ^
0_0_16024889_9814.cpp:7:3: error: lvalue required as unary '&' operand
         printf("\n");}
   ^
0_0_16024889_9814.cpp:7:9: error: lvalue required as unary '&' operand
         printf("\n");}
         ^
0_0_16024889_9814.cpp:7:15: error: lvalue required as unary '&' operand
         printf("\n");}
               ^
0_0_16024889_9814.cpp:7:21: error: lvalue required as unary '&' operand
         printf("\n");}
                     ^
0_0_16024889_9814.cpp:7:27: error: lvalue required as unary '&' operand
         printf("\n");}
                           ^
0_0_16024889_9814.cpp:7:33: error: lvalue required as unary '&' operand
         printf("\n");}
                                 ^
0_0_16024889_9814.cpp:7:39: error: lvalue required as unary '&' operand
         printf("\n");}
                                       ^
0_0_16024889_9814.cpp:7:45: error: lvalue required as unary '&' operand
         printf("\n");}
                                             ^


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-12-02 11:33:59, Gzip enabled