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_13800977_10119.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include 
         ^
0_0_13800977_10119.cpp:16:9: error: #include expects "FILENAME" or <FILENAME>
 #include 
         ^
0_0_13800977_10119.cpp:31:9: error: #include expects "FILENAME" or <FILENAME>
 #include 
         ^
0_0_13800977_10119.cpp:65:8: error: no macro name given in #define directive
 #define
        ^
0_0_13800977_10119.cpp:359:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:365:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:485:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:491:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:537:1: error: missing terminating ' character
 '
 ^
0_0_13800977_10119.cpp:543:1: error: missing terminating ' character
 '
 ^
0_0_13800977_10119.cpp:823:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:826:1: error: stray '\' in program
 %d\n
 ^
0_0_13800977_10119.cpp:829:1: error: missing terminating " character
 "
 ^
0_0_13800977_10119.cpp:4:1: error: expected unqualified-id before '<' token
 <
 ^
0_0_13800977_10119.cpp:58:1: error: expected identifier before '&' token
  std;
 ^
0_0_13800977_10119.cpp:58:6: error: expected constructor, destructor, or type conversion before ';' token
  std;
      ^
0_0_13800977_10119.cpp:58:7: error: 'std' does not name a type
  std;
       ^
0_0_13800977_10119.cpp:68:6: error: expected constructor, destructor, or type conversion before ';' token
  maxn 505
      ^
0_0_13800977_10119.cpp:68:7: error: 'maxn' does not name a type
  maxn 505
       ^
0_0_13800977_10119.cpp:68:17: error: expected unqualified-id before numeric constant
  maxn 505
                 ^
0_0_13800977_10119.cpp:80:7: error: 'map' does not name a type
  map[maxn][maxn];
       ^
0_0_13800977_10119.cpp:90:2: error: 'nbsp' declared as reference but not initialized
  match[maxn];
  ^
0_0_13800977_10119.cpp:90:7: error: 'match' does not name a type
  match[maxn];
       ^
0_0_13800977_10119.cpp:100:2: error: conflicting declaration 'bool& nbsp'
  vis[maxn];
  ^
0_0_13800977_10119.cpp:90:2: note: previous declaration as 'int& nbsp'
  match[maxn];
  ^
0_0_13800977_10119.cpp:100:7: error: 'vis' does not name a type
  vis[maxn];
       ^
0_0_13800977_10119.cpp:110:2: error: conflicting declaration 'char& nbsp'
  str[maxn][
  ^
0_0_13800977_10119.cpp:90:2: note: previous declaration as 'int& nbsp'
  match[maxn];
  ^
0_0_13800977_10119.cpp:110:7: error: 'str' does not name a type
  str[maxn][
       ^
0_0_13800977_10119.cpp:132:2: error: redefinition of 'int& nbsp'
  like[maxn];
  ^
0_0_13800977_10119.cpp:90:2: note: 'int& nbsp' previously declared here
  match[maxn];
  ^
0_0_13800977_10119.cpp:132:7: error: 'like' does not name a type
  like[maxn];
       ^
0_0_13800977_10119.cpp:142:2: error: redefinition of 'int& nbsp'
  N,M,P;
  ^
0_0_13800977_10119.cpp:90:2: note: 'int& nbsp' previously declared here
  match[maxn];
  ^
0_0_13800977_10119.cpp:142:7: error: 'N' does not name a type
  N,M,P;
       ^
0_0_13800977_10119.cpp:152:2: error: conflicting declaration 'bool& nbsp'
  find(
  ^
0_0_13800977_10119.cpp:90:2: note: previous declaration as 'int& nbsp'
  match[maxn];
  ^
0_0_13800977_10119.cpp:158:6: error: expected ')' before ';' token
  x)
      ^
0_0_13800977_10119.cpp:158:6: error: expected constructor, destructor, or type conversion before ';' token
0_0_13800977_10119.cpp:158:7: error: 'x' does not name a type
  x)
       ^
0_0_13800977_10119.cpp:342:2: error: redefinition of 'int& nbsp'
  main()
  ^
0_0_13800977_10119.cpp:90:2: note: 'int& nbsp' previously declared here
  match[maxn];
  ^
0_0_13800977_10119.cpp: In function 'int main()':
0_0_13800977_10119.cpp:362:1: error: expected primary-expression before '%' token
 %d %d %d
 ^
0_0_13800977_10119.cpp:362:2: error: 'd' was not declared in this scope
 %d %d %d
  ^
0_0_13800977_10119.cpp:362:8: error: expected ')' before ';' token
 %d %d %d
        ^
0_0_13800977_10119.cpp:362:9: error: expected primary-expression before '%' token
 %d %d %d
         ^
0_0_13800977_10119.cpp:362:10: error: 'd' was not declared in this scope
 %d %d %d
          ^
0_0_13800977_10119.cpp:362:17: error: expected primary-expression before '%' token
 %d %d %d
                 ^
0_0_13800977_10119.cpp:374:1: error: 'N' was not declared in this scope
 N,
 ^
0_0_13800977_10119.cpp:380:1: error: 'M' was not declared in this scope
 M,
 ^
0_0_13800977_10119.cpp:386:1: error: 'P' was not declared in this scope
 P) 
 ^
0_0_13800977_10119.cpp:389:1: error: expected primary-expression before '==' token
 ==
 ^
0_0_13800977_10119.cpp:398:1: error: expected ';' before ')' token
 )
 ^
0_0_13800977_10119.cpp:406:56: error: 'map' was not declared in this scope
         memset(map,
                                                        ^
0_0_13800977_10119.cpp:418:6: error: 'memset' was not declared in this scope
 (map));
      ^
0_0_13800977_10119.cpp:422:56: error: 'like' was not declared in this scope
         memset(like,
                                                        ^
0_0_13800977_10119.cpp:450:2: error: 'nbsp' declared as reference but not initialized
  i 
  ^
0_0_13800977_10119.cpp:450:7: error: 'i' was not declared in this scope
  i 
       ^
0_0_13800977_10119.cpp:453:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:456:6: error: expected ')' before ';' token
  
      ^
0_0_13800977_10119.cpp:462:2: error: 'i' was not declared in this scope
 ;i 
  ^
0_0_13800977_10119.cpp:465:1: error: expected primary-expression before '<=' token
 <=
 ^
0_0_13800977_10119.cpp:488:1: error: expected primary-expression before '%' token
 %s %s
 ^
0_0_13800977_10119.cpp:488:2: error: 's' was not declared in this scope
 %s %s
  ^
0_0_13800977_10119.cpp:488:9: error: expected primary-expression before '%' token
 %s %s
         ^
0_0_13800977_10119.cpp:494:2: error: 'str' was not declared in this scope
 ,str[i][
  ^
0_0_13800977_10119.cpp:528:7: error: expected ')' before ';' token
 ] 
       ^
0_0_13800977_10119.cpp:531:1: error: expected primary-expression before '==' token
 ==
 ^
0_0_13800977_10119.cpp:540:1: error: 'C' was not declared in this scope
 C
 ^
0_0_13800977_10119.cpp:553:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:578:2: error: 'nbsp' declared as reference but not initialized
  j 
  ^
0_0_13800977_10119.cpp:578:7: error: 'j' was not declared in this scope
  j 
       ^
0_0_13800977_10119.cpp:581:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:584:6: error: expected ')' before ';' token
  
      ^
0_0_13800977_10119.cpp:590:2: error: 'j' was not declared in this scope
 ;j 
  ^
0_0_13800977_10119.cpp:593:1: error: expected primary-expression before '<' token
 <
 ^
0_0_13800977_10119.cpp:634:2: error: 'strcmp' was not declared in this scope
 ]) 
  ^
0_0_13800977_10119.cpp:634:8: error: expected ')' before ';' token
 ]) 
        ^
0_0_13800977_10119.cpp:637:1: error: expected primary-expression before '||' token
 ||
 ^
0_0_13800977_10119.cpp:658:2: error: 'strcmp' was not declared in this scope
 ]))
  ^
0_0_13800977_10119.cpp:665:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:671:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:698:2: error: 'nbsp' declared as reference but not initialized
  ans 
  ^
0_0_13800977_10119.cpp:698:7: error: 'ans' was not declared in this scope
  ans 
       ^
0_0_13800977_10119.cpp:701:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:714:56: error: 'match' was not declared in this scope
         memset(match,
                                                        ^
0_0_13800977_10119.cpp:742:2: error: 'nbsp' declared as reference but not initialized
  i 
  ^
0_0_13800977_10119.cpp:745:1: error: expected primary-expression before '=' token
 =
 ^
0_0_13800977_10119.cpp:748:6: error: expected ')' before ';' token
  
      ^
0_0_13800977_10119.cpp:757:1: error: expected primary-expression before '<=' token
 <=
 ^
0_0_13800977_10119.cpp:774:80: error: 'vis' was not declared in this scope
             memset(vis,
                                                                                ^
0_0_13800977_10119.cpp:796:14: error: expected ')' before ';' token
 (like[i] 
              ^
0_0_13800977_10119.cpp:802:1: error: expected identifier before '&' token
  find(i))
 ^
0_0_13800977_10119.cpp:802:13: error: 'find' was not declared in this scope
  find(i))
             ^
0_0_13800977_101


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-30 00:59:56, Gzip enabled