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_21260673_22027.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_21260673_22027.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>  
         ^
0_0_21260673_22027.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cmath>  
         ^
0_0_21260673_22027.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <vector>  
         ^
0_0_21260673_22027.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_21260673_22027.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_21260673_22027.cpp:7:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_21260673_22027.cpp:7:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_21260673_22027.cpp:7:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_21260673_22027.cpp:7:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_21260673_22027.cpp:7:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_21260673_22027.cpp:7:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_21260673_22027.cpp:8:7: error: 'nbsp' declared as reference but not initialized
 const int maxn=40004;  
       ^
0_0_21260673_22027.cpp:8:16: error: conflicting declaration 'int& nbsp'
 const int maxn=40004;  
                ^
0_0_21260673_22027.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=40004;  
       ^
0_0_21260673_22027.cpp:8:21: error: 'maxn' does not name a type
 const int maxn=40004;  
                     ^
0_0_21260673_22027.cpp:8:37: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=40004;  
                                     ^
0_0_21260673_22027.cpp:8:43: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=40004;  
                                           ^
0_0_21260673_22027.cpp:9:7: error: expected identifier before '&' token
 struct node{  
       ^
0_0_21260673_22027.cpp:9:12: error: invalid type in declaration before ';' token
 struct node{  
            ^
0_0_21260673_22027.cpp:9:12: error: conflicting declaration 'int& nbsp'
0_0_21260673_22027.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=40004;  
       ^
0_0_21260673_22027.cpp:9:13: error: 'node' does not name a type
 struct node{  
             ^
0_0_21260673_22027.cpp:12:8: error: expected constructor, destructor, or type conversion before ';' token
 };  
        ^
0_0_21260673_22027.cpp:12:14: error: expected constructor, destructor, or type conversion before ';' token
 };  
              ^
0_0_21260673_22027.cpp:13:5: error: conflicting declaration 'int& nbsp'
 int f[maxn],dis[maxn],n,ans[maxn],vis[maxn];  
     ^
0_0_21260673_22027.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=40004;  
       ^
0_0_21260673_22027.cpp:13:10: error: 'f' does not name a type
 int f[maxn],dis[maxn],n,ans[maxn],vis[maxn];  
          ^
0_0_21260673_22027.cpp:13:55: error: expected constructor, destructor, or type conversion before ';' token
 int f[maxn],dis[maxn],n,ans[maxn],vis[maxn];  
                                                       ^
0_0_21260673_22027.cpp:13:61: error: expected constructor, destructor, or type conversion before ';' token
 int f[maxn],dis[maxn],n,ans[maxn],vis[maxn];  
                                                             ^
0_0_21260673_22027.cpp:18:1: error: 'vector' does not name a type
 vector<node>e[maxn];//记录树  
 ^
0_0_21260673_22027.cpp:19:1: error: 'vector' does not name a type
 vector<node>q[maxn];//记录所求最短距离的两点  
 ^
0_0_21260673_22027.cpp:20:5: error: conflicting declaration 'int& nbsp'
 int find(int x)  
     ^
0_0_21260673_22027.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=40004;  
       ^
0_0_21260673_22027.cpp:20:23: error: expected ')' before ';' token
 int find(int x)  
                       ^
0_0_21260673_22027.cpp:20:23: error: expected constructor, destructor, or type conversion before ';' token
0_0_21260673_22027.cpp:20:24: error: 'x' does not name a type
 int find(int x)  
                        ^
0_0_21260673_22027.cpp:20:37: error: expected constructor, destructor, or type conversion before ';' token
 int find(int x)  
                                     ^
0_0_21260673_22027.cpp:21:1: error: expected unqualified-id before '{' token
 {  
 ^
0_0_21260673_22027.cpp:24:7: error: expected constructor, destructor, or type conversion before ';' token
 }  
       ^
0_0_21260673_22027.cpp:24:13: error: expected constructor, destructor, or type conversion before ';' token
 }  
             ^
0_0_21260673_22027.cpp:25:6: error: cannot declare reference to 'void'
 void lca(int u)  
      ^
0_0_21260673_22027.cpp:25:6: error: variable or field 'nbsp' declared void
0_0_21260673_22027.cpp:25:23: error: expected ')' before ';' token
 void lca(int u)  
                       ^
0_0_21260673_22027.cpp:25:23: error: expected constructor, destructor, or type conversion before ';' token
0_0_21260673_22027.cpp:25:24: error: 'u' does not name a type
 void lca(int u)  
                        ^
0_0_21260673_22027.cpp:25:37: error: expected constructor, destructor, or type conversion before ';' token
 void lca(int u)  
                                     ^
0_0_21260673_22027.cpp:26:1: error: expected unqualified-id before '{' token
 {  
 ^


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-10-06 12:15:38, Gzip enabled