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_22326452_6364.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_22326452_6364.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>  
         ^
0_0_22326452_6364.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_22326452_6364.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string>  
         ^
0_0_22326452_6364.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <vector>  
         ^
0_0_22326452_6364.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_22326452_6364.cpp:7:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_22326452_6364.cpp:7:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_22326452_6364.cpp:7:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_22326452_6364.cpp:7:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_22326452_6364.cpp:7:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_22326452_6364.cpp:7:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_22326452_6364.cpp:8:7: error: 'nbsp' declared as reference but not initialized
 const int maxn=1e6+10;  
       ^
0_0_22326452_6364.cpp:8:16: error: conflicting declaration 'int& nbsp'
 const int maxn=1e6+10;  
                ^
0_0_22326452_6364.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=1e6+10;  
       ^
0_0_22326452_6364.cpp:8:21: error: 'maxn' does not name a type
 const int maxn=1e6+10;  
                     ^
0_0_22326452_6364.cpp:8:38: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=1e6+10;  
                                      ^
0_0_22326452_6364.cpp:8:44: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn=1e6+10;  
                                            ^
0_0_22326452_6364.cpp:9:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_22326452_6364.cpp:9:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_22326452_6364.cpp:10:6: error: conflicting declaration 'bool& nbsp'
 bool comp(string num1,string num2)  
      ^
0_0_22326452_6364.cpp:8:7: note: previous declaration as 'const int& nbsp'
 const int maxn=1e6+10;  
       ^
0_0_22326452_6364.cpp:10:15: error: expected constructor, destructor, or type conversion before '(' token
 bool comp(string num1,string num2)  
               ^
0_0_22326452_6364.cpp:10:28: error: 'num1' does not name a type
 bool comp(string num1,string num2)  
                            ^
0_0_22326452_6364.cpp:10:45: error: 'num2' does not name a type
 bool comp(string num1,string num2)  
                                             ^
0_0_22326452_6364.cpp:10:61: error: expected constructor, destructor, or type conversion before ';' token
 bool comp(string num1,string num2)  
                                                             ^
0_0_22326452_6364.cpp:11: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-09-20 16:51:43, Gzip enabled