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_20866387_9952.cpp:3:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_20866387_9952.cpp:3:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_20866387_9952.cpp:3:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_20866387_9952.cpp:3:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_20866387_9952.cpp:3:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_20866387_9952.cpp:3:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_20866387_9952.cpp:4:5: error: 'nbsp' declared as reference but not initialized
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:4:10: error: 'a' does not name a type
 int a[505][505];  
          ^
0_0_20866387_9952.cpp:4:27: error: expected constructor, destructor, or type conversion before ';' token
 int a[505][505];  
                           ^
0_0_20866387_9952.cpp:4:33: error: expected constructor, destructor, or type conversion before ';' token
 int a[505][505];  
                                 ^
0_0_20866387_9952.cpp:5:5: error: redefinition of 'int& nbsp'
 int dis[505];  
     ^
0_0_20866387_9952.cpp:4:5: note: 'int& nbsp' previously declared here
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:5:10: error: 'dis' does not name a type
 int dis[505];  
          ^
0_0_20866387_9952.cpp:5:24: error: expected constructor, destructor, or type conversion before ';' token
 int dis[505];  
                        ^
0_0_20866387_9952.cpp:5:30: error: expected constructor, destructor, or type conversion before ';' token
 int dis[505];  
                              ^
0_0_20866387_9952.cpp:6:6: error: conflicting declaration 'bool& nbsp'
 bool vis[505];  
      ^
0_0_20866387_9952.cpp:4:5: note: previous declaration as 'int& nbsp'
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:6:11: error: 'vis' does not name a type
 bool vis[505];  
           ^
0_0_20866387_9952.cpp:6:25: error: expected constructor, destructor, or type conversion before ';' token
 bool vis[505];  
                         ^
0_0_20866387_9952.cpp:6:31: error: expected constructor, destructor, or type conversion before ';' token
 bool vis[505];  
                               ^
0_0_20866387_9952.cpp:7:5: error: redefinition of 'int& nbsp'
 int t[505];  
     ^
0_0_20866387_9952.cpp:4:5: note: 'int& nbsp' previously declared here
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:7:10: error: 't' does not name a type
 int t[505];  
          ^
0_0_20866387_9952.cpp:7:22: error: expected constructor, destructor, or type conversion before ';' token
 int t[505];  
                      ^
0_0_20866387_9952.cpp:7:28: error: expected constructor, destructor, or type conversion before ';' token
 int t[505];  
                            ^
0_0_20866387_9952.cpp:8:7: error: conflicting declaration 'const int& nbsp'
 const int INF=0x3f3f3f3f;  
       ^
0_0_20866387_9952.cpp:4:5: note: previous declaration as 'int& nbsp'
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:8:16: error: redefinition of 'int& nbsp'
 const int INF=0x3f3f3f3f;  
                ^
0_0_20866387_9952.cpp:4:5: note: 'int& nbsp' previously declared here
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:8:21: error: 'INF' does not name a type
 const int INF=0x3f3f3f3f;  
                     ^
0_0_20866387_9952.cpp:8:41: error: expected constructor, destructor, or type conversion before ';' token
 const int INF=0x3f3f3f3f;  
                                         ^
0_0_20866387_9952.cpp:8:47: error: expected constructor, destructor, or type conversion before ';' token
 const int INF=0x3f3f3f3f;  
                                               ^
0_0_20866387_9952.cpp:9:5: error: redefinition of 'int& nbsp'
 int n,m,k;  
     ^
0_0_20866387_9952.cpp:4:5: note: 'int& nbsp' previously declared here
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:9:10: error: 'n' does not name a type
 int n,m,k;  
          ^
0_0_20866387_9952.cpp:9:21: error: expected constructor, destructor, or type conversion before ';' token
 int n,m,k;  
                     ^
0_0_20866387_9952.cpp:9:27: error: expected constructor, destructor, or type conversion before ';' token
 int n,m,k;  
                           ^
0_0_20866387_9952.cpp:10:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_20866387_9952.cpp:10:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_20866387_9952.cpp:11:5: error: redefinition of 'int& nbsp'
 int Prime()  
     ^
0_0_20866387_9952.cpp:4:5: note: 'int& nbsp' previously declared here
 int a[505][505];  
     ^
0_0_20866387_9952.cpp:11:18: error: expected constructor, destructor, or type conversion before 'nbsp'
 int Prime()  
                  ^
0_0_20866387_9952.cpp:11:28: error: expected constructor, destructor, or type conversion before ';' token
 int Prime()  
                            ^
0_0_20866387_9952.cpp:12: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-11-02 02:20:59, Gzip enabled