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_19474137_12166.cpp:5:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_19474137_12166.cpp:5:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_19474137_12166.cpp:5:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_19474137_12166.cpp:5:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_19474137_12166.cpp:6:5: error: stray '#' in program
 int n, a, b;  
     ^
0_0_19474137_12166.cpp:6:13: error: stray '#' in program
 int n, a, b;  
             ^
0_0_19474137_12166.cpp:6:21: error: stray '#' in program
 int n, a, b;  
                     ^
0_0_19474137_12166.cpp:6:29: error: stray '#' in program
 int n, a, b;  
                             ^
0_0_19474137_12166.cpp:6:35: error: stray '#' in program
 int n, a, b;  
                                   ^
0_0_19474137_12166.cpp:7:5: error: stray '#' in program
 int k[205];  
     ^
0_0_19474137_12166.cpp:7:18: error: stray '#' in program
 int k[205];  
                  ^
0_0_19474137_12166.cpp:7:24: error: stray '#' in program
 int k[205];  
                        ^
0_0_19474137_12166.cpp:8:5: error: stray '#' in program
 int e[205];  
     ^
0_0_19474137_12166.cpp:8:18: error: stray '#' in program
 int e[205];  
                  ^
0_0_19474137_12166.cpp:8:24: error: stray '#' in program
 int e[205];  
                        ^
0_0_19474137_12166.cpp:9:14: error: stray '#' in program
 queue<int>q;  
              ^
0_0_19474137_12166.cpp:9:20: error: stray '#' in program
 queue<int>q;  
                    ^
0_0_19474137_12166.cpp:10:5: error: stray '#' in program
 int bfs(int x, int y)  
     ^
0_0_19474137_12166.cpp:10:18: error: stray '#' in program
 int bfs(int x, int y)  
                  ^
0_0_19474137_12166.cpp:10:26: error: stray '#' in program
 int bfs(int x, int y)  
                          ^
0_0_19474137_12166.cpp:10:35: error: stray '#' in program
 int bfs(int x, int y)  
                                   ^
0_0_19474137_12166.cpp:10:43: error: stray '#' in program
 int bfs(int x, int y)  
                                           ^
0_0_19474137_12166.cpp:10:49: error: stray '#' in program
 int bfs(int x, int y)  
                                                 ^
0_0_19474137_12166.cpp:11:3: error: stray '#' in program
 {  
   ^
0_0_19474137_12166.cpp:11:9: error: stray '#' in program
 {  
         ^
0_0_19474137_12166.cpp:12:2: error: stray '#' in program
     memset(e, 0, sizeof(e));  
  ^
0_0_19474137_12166.cpp:12:8: error: stray '#' in program
     memset(e, 0, sizeof(e));  
        ^
0_0_19474137_12166.cpp:12:14: error: stray '#' in program
     memset(e, 0, sizeof(e));  
              ^
0_0_19474137_12166.cpp:12:20: error: stray '#' in program
     memset(e, 0, sizeof(e));  
                    ^
0_0_19474137_12166.cpp:12:35: error: stray '#' in program
     memset(e, 0, sizeof(e));  
                                   ^
0_0_19474137_12166.cpp:12:43: error: stray '#' in program
     memset(e, 0, sizeof(e));  
                                           ^
0_0_19474137_12166.cpp:12:60: error: stray '#' in program
     memset(e, 0, sizeof(e));  
                                                            ^
0_0_19474137_12166.cpp:12:66: error: stray '#' in program
     memset(e, 0, sizeof(e));  
                                                                  ^
0_0_19474137_12166.cpp:13:2: error: stray '#' in program
     while (!q.empty())  
  ^
0_0_19474137_12166.cpp:13:8: error: stray '#' in program
     while (!q.empty())  
        ^
0_0_19474137_12166.cpp:13:14: error: stray '#' in program
     while (!q.empty())  
              ^
0_0_19474137_12166.cpp:13:20: error: stray '#' in program
     while (!q.empty())  
                    ^
0_0_19474137_12166.cpp:13:31: error: stray '#' in program
     while (!q.empty())  
                               ^
0_0_19474137_12166.cpp:13:49: error: stray '#' in program
     while (!q.empty())  
                                                 ^
0_0_19474137_12166.cpp:13:55: error: stray '#' in program
     while (!q.empty())  
                                                       ^
0_0_19474137_12166.cpp:14:2: error: stray '#' in program
         q.pop();  
  ^
0_0_19474137_12166.cpp:14:8: error: stray '#' in program
         q.pop();  
        ^
0_0_19474137_12166.cpp:14:14: error: stray '#' in program
         q.pop();  
              ^
0_0_19474137_12166.cpp:14:20: error: stray '#' in program
         q.pop();  
                    ^
0_0_19474137_12166.cpp:14:26: error: stray '#' in program
         q.pop();  
                          ^
0_0_19474137_12166.cpp:14:32: error: stray '#' in program
         q.pop();  
                                ^
0_0_19474137_12166.cpp:14:38: error: stray '#' in program
         q.pop();  
                                      ^
0_0_19474137_12166.cpp:14:44: error: stray '#' in program
         q.pop();  
                                            ^
0_0_19474137_12166.cpp:14:58: error: stray '#' in program
         q.pop();  
                                                          ^
0_0_19474137_12166.cpp:14:64: error: stray '#' in program
         q.pop();  
                                                                ^
0_0_19474137_12166.cpp:15:2: error: stray '#' in program
     int sum = 0;  
  ^
0_0_19474137_12166.cpp:15:8: error: stray '#' in program
     int sum = 0;  
        ^
0_0_19474137_12166.cpp:15:14: error: stray '#' in program
     int sum = 0;  
              ^
0_0_19474137_12166.cpp:15:20: error: stray '#' in program
     int sum = 0;  
                    ^
0_0_19474137_12166.cpp:15:29: error: stray '#' in program
     int sum = 0;  
                             ^
0_0_19474137_12166.cpp:15:38: error: stray '#' in program
     int sum = 0;  
                                      ^
0_0_19474137_12166.cpp:15:45: error: stray '#' in program
     int sum = 0;  
                                             ^
0_0_19474137_12166.cpp:15:53: error: stray '#' in program
     int sum = 0;  
                                                     ^
0_0_19474137_12166.cpp:15:59: error: stray '#' in program
     int sum = 0;  
                                                           ^
0_0_19474137_12166.cpp:16:2: error: stray '#' in program
     q.push(x);  
  ^
0_0_19474137_12166.cpp:16:8: error: stray '#' in program
     q.push(x);  
        ^
0_0_19474137_12166.cpp:16:14: error: stray '#' in program
     q.push(x);  
              ^
0_0_19474137_12166.cpp:16:20: error: stray '#' in program
     q.push(x);  
                    ^
0_0_19474137_12166.cpp:16:36: error: stray '#' in program
     q.push(x);  
                                    ^
0_0_19474137_12166.cpp:16:42: error: stray '#' in program
     q.push(x);  
                                          ^
0_0_19474137_12166.cpp:17:2: error: stray '#' in program
     e[x] = 1;  
  ^
0_0_19474137_12166.cpp:17:8: error: stray '#' in program
     e[x] = 1;  
        ^
0_0_19474137_12166.cpp:17:14: error: stray '#' in program
     e[x] = 1;  
              ^
0_0_19474137_12166.cpp:17:20: error: stray '#' in progr


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-07-04 16:01:06, Gzip enabled