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_22274900_7033.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_22274900_7033.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_22274900_7033.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>  
         ^
0_0_22274900_7033.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_22274900_7033.cpp:5:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:5:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:6:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_22274900_7033.cpp:6:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_22274900_7033.cpp:6:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_22274900_7033.cpp:6:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_22274900_7033.cpp:6:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_22274900_7033.cpp:6:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_22274900_7033.cpp:7:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:7:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:8:7: error: 'nbsp' declared as reference but not initialized
 const int maxn=330000;  
       ^
0_0_22274900_7033.cpp:8:16: error: conflicting declaration 'int& nbsp'
 const int maxn=330000;  
                ^
0_0_22274900_7033.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=330000;  
       ^
0_0_22274900_7033.cpp:8:21: error: 'maxn' does not name a type
 const int maxn=330000;  
                     ^
0_0_22274900_7033.cpp:8:38: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=330000;  
                                      ^
0_0_22274900_7033.cpp:8:44: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=330000;  
                                            ^
0_0_22274900_7033.cpp:9:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:9:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:10:5: error: conflicting declaration 'int& nbsp'
 int ch[maxn][2],pre[maxn],key[maxn];  
     ^
0_0_22274900_7033.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=330000;  
       ^
0_0_22274900_7033.cpp:10:10: error: 'ch' does not name a type
 int ch[maxn][2],pre[maxn],key[maxn];  
          ^
0_0_22274900_7033.cpp:10:47: error: expected constructor, destructor, or type conversion before ';' token
 int ch[maxn][2],pre[maxn],key[maxn];  
                                               ^
0_0_22274900_7033.cpp:10:53: error: expected constructor, destructor, or type conversion before ';' token
 int ch[maxn][2],pre[maxn],key[maxn];  
                                                     ^
0_0_22274900_7033.cpp:11:5: error: conflicting declaration 'int& nbsp'
 int add[maxn],rev[maxn],Max[maxn];  
     ^
0_0_22274900_7033.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=330000;  
       ^
0_0_22274900_7033.cpp:11:10: error: 'add' does not name a type
 int add[maxn],rev[maxn],Max[maxn];  
          ^
0_0_22274900_7033.cpp:11:45: error: expected constructor, destructor, or type conversion before ';' token
 int add[maxn],rev[maxn],Max[maxn];  
                                             ^
0_0_22274900_7033.cpp:11:51: error: expected constructor, destructor, or type conversion before ';' token
 int add[maxn],rev[maxn],Max[maxn];  
                                                   ^
0_0_22274900_7033.cpp:12:6: error: conflicting declaration 'bool& nbsp'
 bool rt[maxn];  
      ^
0_0_22274900_7033.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=330000;  
       ^
0_0_22274900_7033.cpp:12:11: error: 'rt' does not name a type
 bool rt[maxn];  
           ^
0_0_22274900_7033.cpp:12:25: error: expected constructor, destructor, or type conversion before ';' token
 bool rt[maxn];  
                         ^
0_0_22274900_7033.cpp:12:31: error: expected constructor, destructor, or type conversion before ';' token
 bool rt[maxn];  
                               ^
0_0_22274900_7033.cpp:13:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:13:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:14:6: error: cannot declare reference to 'void'
 void update_add(int r,int d)  
      ^
0_0_22274900_7033.cpp:14:6: error: variable or field 'nbsp' declared void
0_0_22274900_7033.cpp:14:30: error: expected ')' before ';' token
 void update_add(int r,int d)  
                              ^
0_0_22274900_7033.cpp:14:30: error: expected constructor, destructor, or type conversion before ';' token
0_0_22274900_7033.cpp:14:31: error: 'r' does not name a type
 void update_add(int r,int d)  
                               ^
0_0_22274900_7033.cpp:14:42: error: 'd' does not name a type
 void update_add(int r,int d)  
                                          ^
0_0_22274900_7033.cpp:14:55: error: expected constructor, destructor, or type conversion before ';' token
 void update_add(int r,int d)  
                                                       ^
0_0_22274900_7033.cpp:15:1: error: expected unqualified-id before '{' token
 {  
 ^
0_0_22274900_7033.cpp:20:7: error: expected constructor, destructor, or type conversion before ';' token
 }  
       ^
0_0_22274900_7033.cpp:20:13: error: expected constructor, destructor, or type conversion before ';' token
 }  
             ^
0_0_22274900_7033.cpp:21:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:21:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:22:6: error: cannot declare reference to 'void'
 void update_rev(int r)  
      ^
0_0_22274900_7033.cpp:22:6: error: variable or field 'nbsp' declared void
0_0_22274900_7033.cpp:22:30: error: expected ')' before ';' token
 void update_rev(int r)  
                              ^
0_0_22274900_7033.cpp:22:30: error: expected constructor, destructor, or type conversion before ';' token
0_0_22274900_7033.cpp:22:31: error: 'r' does not name a type
 void update_rev(int r)  
                               ^
0_0_22274900_7033.cpp:22:44: error: expected constructor, destructor, or type conversion before ';' token
 void update_rev(int r)  
                                            ^
0_0_22274900_7033.cpp:23:1: error: expected unqualified-id before '{' token
 {  
 ^
0_0_22274900_7033.cpp:27:7: error: expected constructor, destructor, or type conversion before ';' token
 }  
       ^
0_0_22274900_7033.cpp:27:13: error: expected constructor, destructor, or type conversion before ';' token
 }  
             ^
0_0_22274900_7033.cpp:28:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22274900_7033.cpp:28:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22274900_7033.cpp:29:6: error: cannot declare reference to 'void'
 void push_down(int r)  
      ^
0_0_22274900_7033.cpp:29:6: error: variable or field 'nbsp' declared void
0_0_22274900_7033.cpp:29:29: error: expected ')' before ';' token
 void push_down(int r)  
                             ^
0_0_22274900_7033.cpp:29:29: error: expected constructor, destructor, or type conversion before ';' token
0_0_22274900_7033.cpp:29:30: error: 'r' does not name a type
 void push_down(int r)  
                              ^
0_0_22274900_7033.cpp:29:43: error: expected constructor, destructor, or type conversion before ';' token
 void push_down(int r)  
    


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 05:58:49, Gzip enabled