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_21021658_28504.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>  
         ^
0_0_21021658_28504.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_21021658_28504.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_21021658_28504.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <vector>  
         ^
0_0_21021658_28504.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <memory.h>  
         ^
0_0_21021658_28504.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string>  
         ^
0_0_21021658_28504.cpp:11:8: error: macro names must be identifiers
 #define maxn 410  
        ^
0_0_21021658_28504.cpp:7:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_21021658_28504.cpp:7:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_21021658_28504.cpp:8:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_21021658_28504.cpp:8:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_21021658_28504.cpp:8:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_21021658_28504.cpp:8:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_21021658_28504.cpp:8:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_21021658_28504.cpp:8:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_21021658_28504.cpp:9:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_21021658_28504.cpp:9:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_21021658_28504.cpp:10:5: error: 'nbsp' declared as reference but not initialized
 int n ;  
     ^
0_0_21021658_28504.cpp:10:10: error: 'n' does not name a type
 int n ;  
          ^
0_0_21021658_28504.cpp:10:23: error: expected constructor, destructor, or type conversion before ';' token
 int n ;  
                       ^
0_0_21021658_28504.cpp:10:29: error: expected constructor, destructor, or type conversion before ';' token
 int n ;  
                             ^
0_0_21021658_28504.cpp:12:1: error: 'vector' does not name a type
 vector<int> G[maxn];  
 ^
0_0_21021658_28504.cpp:12:18: error: 'G' does not name a type
 vector<int> G[maxn];  
                  ^
0_0_21021658_28504.cpp:12:31: error: expected constructor, destructor, or type conversion before ';' token
 vector<int> G[maxn];  
                               ^
0_0_21021658_28504.cpp:12:37: error: expected constructor, destructor, or type conversion before ';' token
 vector<int> G[maxn];  
                                     ^
0_0_21021658_28504.cpp:13:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_21021658_28504.cpp:13:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_21021658_28504.cpp:14:6: error: cannot declare reference to 'void'
 void read() {  
      ^
0_0_21021658_28504.cpp:14:6: error: variable or field 'nbsp' declared void
0_0_21021658_28504.cpp:14:18: error: expected constructor, destructor, or type conversion before 'nbsp'
 void read() {  
                  ^
0_0_21021658_28504.cpp:14:23: error: expected unqualified-id before '{' token
 void read() {  
                       ^


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-27 00:52:27, Gzip enabled