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_18384704_28993.cpp:4:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_18384704_28993.cpp:4:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_18384704_28993.cpp:4:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_18384704_28993.cpp:4:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_18384704_28993.cpp:5:2: error: stray '#' in program
   
  ^
0_0_18384704_28993.cpp:5:8: error: stray '#' in program
   
        ^
0_0_18384704_28993.cpp:6:7: error: stray '#' in program
 const int KIND = 26;  
       ^
0_0_18384704_28993.cpp:6:16: error: stray '#' in program
 const int KIND = 26;  
                ^
0_0_18384704_28993.cpp:6:26: error: stray '#' in program
 const int KIND = 26;  
                          ^
0_0_18384704_28993.cpp:6:33: error: stray '#' in program
 const int KIND = 26;  
                                 ^
0_0_18384704_28993.cpp:6:42: error: stray '#' in program
 const int KIND = 26;  
                                          ^
0_0_18384704_28993.cpp:6:48: error: stray '#' in program
 const int KIND = 26;  
                                                ^
0_0_18384704_28993.cpp:7:7: error: stray '#' in program
 const int MAXN = 500000;  
       ^
0_0_18384704_28993.cpp:7:16: error: stray '#' in program
 const int MAXN = 500000;  
                ^
0_0_18384704_28993.cpp:7:26: error: stray '#' in program
 const int MAXN = 500000;  
                          ^
0_0_18384704_28993.cpp:7:33: error: stray '#' in program
 const int MAXN = 500000;  
                                 ^
0_0_18384704_28993.cpp:7:46: error: stray '#' in program
 const int MAXN = 500000;  
                                              ^
0_0_18384704_28993.cpp:7:52: error: stray '#' in program
 const int MAXN = 500000;  
                                                    ^
0_0_18384704_28993.cpp:8:5: error: stray '#' in program
 int cnt_node;  
     ^
0_0_18384704_28993.cpp:8:20: error: stray '#' in program
 int cnt_node;  
                    ^
0_0_18384704_28993.cpp:8:26: error: stray '#' in program
 int cnt_node;  
                          ^
0_0_18384704_28993.cpp:9:8: error: stray '#' in program
 double width[8];  
        ^
0_0_18384704_28993.cpp:9:23: error: stray '#' in program
 double width[8];  
                       ^
0_0_18384704_28993.cpp:9:29: error: stray '#' in program
 double width[8];  
                             ^
0_0_18384704_28993.cpp:10:2: error: stray '#' in program
   
  ^
0_0_18384704_28993.cpp:10:8: error: stray '#' in program
   
        ^
0_0_18384704_28993.cpp:11:8: error: stray '#' in program
 struct node{  
        ^
0_0_18384704_28993.cpp:11:19: error: stray '#' in program
 struct node{  
                   ^
0_0_18384704_28993.cpp:11:25: error: stray '#' in program
 struct node{  
                         ^
0_0_18384704_28993.cpp:12:2: error: stray '#' in program
     int cnt;  
  ^
0_0_18384704_28993.cpp:12:8: error: stray '#' in program
     int cnt;  
        ^
0_0_18384704_28993.cpp:12:14: error: stray '#' in program
     int cnt;  
              ^
0_0_18384704_28993.cpp:12:20: error: stray '#' in program
     int cnt;  
                    ^
0_0_18384704_28993.cpp:12:29: error: stray '#' in program
     int cnt;  
                             ^
0_0_18384704_28993.cpp:12:39: error: stray '#' in program
     int cnt;  
                                       ^
0_0_18384704_28993.cpp:12:45: error: stray '#' in program
     int cnt;  
                                             ^
0_0_18384704_28993.cpp:13:2: error: stray '#' in program
     node* next[KIND];  
  ^
0_0_18384704_28993.cpp:13:8: error: stray '#' in program
     node* next[KIND];  
        ^
0_0_18384704_28993.cpp:13:14: error: stray '#' in program
     node* next[KIND];  
              ^
0_0_18384704_28993.cpp:13:20: error: stray '#' in program
     node* next[KIND];  
                    ^
0_0_18384704_28993.cpp:13:31: error: stray '#' in program
     node* next[KIND];  
                               ^
0_0_18384704_28993.cpp:13:48: error: stray '#' in program
     node* next[KIND];  
                                                ^
0_0_18384704_28993.cpp:13:54: error: stray '#' in program
     node* next[KIND];  
                                                      ^
0_0_18384704_28993.cpp:14:2: error: stray '#' in program
     void init(){  
  ^
0_0_18384704_28993.cpp:14:8: error: stray '#' in program
     void init(){  
        ^
0_0_18384704_28993.cpp:14:14: error: stray '#' in program
     void init(){  
              ^
0_0_18384704_28993.cpp:14:20: error: stray '#' in program
     void init(){  
                    ^
0_0_18384704_28993.cpp:14:30: error: stray '#' in program
     void init(){  
                              ^
0_0_18384704_28993.cpp:14:43: error: stray '#' in program
     void init(){  
                                           ^
0_0_18384704_28993.cpp:14:49: error: stray '#' in program
     void init(){  
                                                 ^
0_0_18384704_28993.cpp:15:2: error: stray '#' in program
         cnt = 0;  
  ^
0_0_18384704_28993.cpp:15:8: error: stray '#' in program
         cnt = 0;  
        ^
0_0_18384704_28993.cpp:15:14: error: stray '#' in program
         cnt = 0;  
              ^
0_0_18384704_28993.cpp:15:20: error: stray '#' in program
         cnt = 0;  
                    ^
0_0_18384704_28993.cpp:15:26: error: stray '#' in program
         cnt = 0;  
                          ^
0_0_18384704_28993.cpp:15:32: error: stray '#' in program
         cnt = 0;  
                                ^
0_0_18384704_28993.cpp:15:38: error: stray '#' in program
         cnt = 0;  
                                      ^
0_0_18384704_28993.cpp:15:44: error: stray '#' in program
         cnt = 0;  
                                            ^
0_0_18384704_28993.cpp:15:53: error: stray '#' in program
         cnt = 0;  
                                                     ^
0_0_18384704_28993.cpp:15:60: error: stray '#' in program
         cnt = 0;  
                                                            ^
0_0_18384704_28993.cpp:15:68: error: stray '#' in program
         cnt = 0;  
                                                                    ^
0_0_18384704_28993.cpp:15:74: error: stray '#' in program
         cnt = 0;  
                                                                          ^
0_0_18384704_28993.cpp:16:2: error: stray '#' in program
         memset(next, 0, sizeof(next));  
  ^
0_0_18384704_28993.cpp:16:8: error: stray '#' in program
         memset(next, 0, sizeof(next));  
        ^
0_0_18384704_28993.cpp:16:14: error: stray '#' in program
         memset(next, 0, sizeof(next));  
              ^
0_0_18384704_28993.cpp:16:20: error: stray '#' in program
         memset(next, 0, sizeof(next));  
                    ^
0_0_18384704_28993.cpp:16:26: error: stray '#' in program
         memset(next, 0, sizeof(next));  
                          ^
0_0_18384704_28993.cpp:16:32: error: stray '#'


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-26 07:20:52, Gzip enabled