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_13804314_10917.cpp:57:26: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                          ^
0_0_13804314_10917.cpp:57:31: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                               ^
0_0_13804314_10917.cpp:57:37: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                     ^
0_0_13804314_10917.cpp:57:45: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                             ^
0_0_13804314_10917.cpp:57:53: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                                     ^
0_0_13804314_10917.cpp:57:59: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                                           ^
0_0_13804314_10917.cpp:57:67: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                                                   ^
0_0_13804314_10917.cpp:57:75: error: stray '#' in program
 bool scan_ud(LL &num) { // ��˵���    
                                                                           ^
0_0_13804314_10917.cpp:60:5: error: stray '#' in program
    /* if (in == EOF)   
     ^
0_0_13804314_10917.cpp:61:26: error: stray '#' in program
         return false;  */  
                          ^
0_0_13804314_10917.cpp:62:36: error: stray '#' in program
     while (in < '0' || in > '9')  //leading spaces?  
                                    ^
0_0_13804314_10917.cpp:62:41: error: stray '#' in program
     while (in < '0' || in > '9')  //leading spaces?  
                                         ^
0_0_13804314_10917.cpp:82:2: error: stray '#' in program
 //scanf("%I64d", &a[i]);
  ^
0_0_13804314_10917.cpp:82:7: error: stray '#' in program
 //scanf("%I64d", &a[i]);
       ^
0_0_13804314_10917.cpp:92:2: error: stray '#' in program
 //   getchar();
  ^
0_0_13804314_10917.cpp:92:7: error: stray '#' in program
 //   getchar();
       ^
0_0_13804314_10917.cpp:99:2: error: stray '#' in program
 //   scanf("%I64d %I64d", &x, &y);
  ^
0_0_13804314_10917.cpp:99:7: error: stray '#' in program
 //   scanf("%I64d %I64d", &x, &y);
       ^
0_0_13804314_10917.cpp: In function 'bool scan_ud(long long int&)':
0_0_13804314_10917.cpp:57:27: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                           ^
0_0_13804314_10917.cpp:57:32: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                ^
0_0_13804314_10917.cpp:57:38: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                      ^
0_0_13804314_10917.cpp:57:46: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                              ^
0_0_13804314_10917.cpp:57:54: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                                      ^
0_0_13804314_10917.cpp:57:60: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                                            ^
0_0_13804314_10917.cpp:57:68: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                                                    ^
0_0_13804314_10917.cpp:57:76: error: lvalue required as unary '&' operand
 bool scan_ud(LL &num) { // ��˵���    
                                                                            ^
0_0_13804314_10917.cpp:60:6: error: lvalue required as unary '&' operand
    /* if (in == EOF)   
      ^
0_0_13804314_10917.cpp:60:11: error: expected primary-expression before 'if'
    /* if (in == EOF)   
           ^
0_0_13804314_10917.cpp:61:27: error: lvalue required as unary '&' operand
         return false;  */  
                           ^
0_0_13804314_10917.cpp:62:37: error: lvalue required as unary '&' operand
     while (in < '0' || in > '9')  //leading spaces?  
                                     ^
0_0_13804314_10917.cpp:62:42: error: lvalue required as unary '&' operand
     while (in < '0' || in > '9')  //leading spaces?  
                                          ^
0_0_13804314_10917.cpp:62:45: error: 'leading' was not declared in this scope
     while (in < '0' || in > '9')  //leading spaces?  
                                             ^
0_0_13804314_10917.cpp: In function 'int main()':
0_0_13804314_10917.cpp:82:3: error: lvalue required as unary '&' operand
 //scanf("%I64d", &a[i]);
   ^
0_0_13804314_10917.cpp:82:8: error: lvalue required as unary '&' operand
 //scanf("%I64d", &a[i]);
        ^
0_0_13804314_10917.cpp:92:3: error: lvalue required as unary '&' operand
 //   getchar();
   ^
0_0_13804314_10917.cpp:92:8: error: lvalue required as unary '&' operand
 //   getchar();
        ^
0_0_13804314_10917.cpp:99:3: error: lvalue required as unary '&' operand
 //   scanf("%I64d %I64d", &x, &y);
   ^
0_0_13804314_10917.cpp:99:8: error: lvalue required as unary '&' operand
 //   scanf("%I64d %I64d", &x, &y);
        ^


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-17 12:58:36, Gzip enabled