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_31993430_29216.cpp:2:2: error: stray '#' in program
     int a,b; 
  ^
0_0_31993430_29216.cpp:2:9: error: stray '#' in program
     int a,b; 
         ^
0_0_31993430_29216.cpp:2:16: error: stray '#' in program
     int a,b; 
                ^
0_0_31993430_29216.cpp:2:23: error: stray '#' in program
     int a,b; 
                       ^
0_0_31993430_29216.cpp:2:33: error: stray '#' in program
     int a,b; 
                                 ^
0_0_31993430_29216.cpp:2:44: error: stray '#' in program
     int a,b; 
                                            ^
0_0_31993430_29216.cpp:3:2: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
  ^
0_0_31993430_29216.cpp:3:9: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
         ^
0_0_31993430_29216.cpp:3:16: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                ^
0_0_31993430_29216.cpp:3:54: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                      ^
0_0_31993430_29216.cpp:3:61: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                             ^
0_0_31993430_29216.cpp:3:68: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                    ^
0_0_31993430_29216.cpp:3:75: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                           ^
0_0_31993430_29216.cpp:3:103: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                                       ^
0_0_31993430_29216.cpp:3:110: error: stray '#' in program
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                                              ^
0_0_31993430_29216.cpp:2:3: error: expected unqualified-id before numeric constant
     int a,b; 
   ^
0_0_31993430_29216.cpp:2:3: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:2:10: error: expected unqualified-id before numeric constant
     int a,b; 
          ^
0_0_31993430_29216.cpp:2:10: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:2:17: error: expected unqualified-id before numeric constant
     int a,b; 
                 ^
0_0_31993430_29216.cpp:2:17: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:2:24: error: expected unqualified-id before numeric constant
     int a,b; 
                        ^
0_0_31993430_29216.cpp:2:24: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:2:34: error: expected unqualified-id before numeric constant
     int a,b; 
                                  ^
0_0_31993430_29216.cpp:2:34: error: expected initializer before numeric constant
0_0_31993430_29216.cpp:2:39: error: 'a' does not name a type
     int a,b; 
                                       ^
0_0_31993430_29216.cpp:2:45: error: expected unqualified-id before numeric constant
     int a,b; 
                                             ^
0_0_31993430_29216.cpp:2:45: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:3: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
   ^
0_0_31993430_29216.cpp:3:3: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:10: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
          ^
0_0_31993430_29216.cpp:3:10: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:17: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                 ^
0_0_31993430_29216.cpp:3:17: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:22: error: expected unqualified-id before 'while'
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                      ^
0_0_31993430_29216.cpp:3:62: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                              ^
0_0_31993430_29216.cpp:3:62: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:69: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                     ^
0_0_31993430_29216.cpp:3:69: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:76: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                            ^
0_0_31993430_29216.cpp:3:76: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:87: error: expected constructor, destructor, or type conversion before '(' token
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                       ^
0_0_31993430_29216.cpp:3:104: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                                        ^
0_0_31993430_29216.cpp:3:104: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:111: error: expected unqualified-id before numeric constant
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                                               ^
0_0_31993430_29216.cpp:3:111: error: expected constructor, destructor, or type conversion before numeric constant
0_0_31993430_29216.cpp:3:116: error: expected declaration before '}' token
    while(scanf("%d%d",&a,&b)!=EOF)    printf("%d\n\n",a+b);  }
                                                                                                                    ^


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 11:38:21, Gzip enabled