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_24340875_27803.cpp:3:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_24340875_27803.cpp:3:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_24340875_27803.cpp:3:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_24340875_27803.cpp:3:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_24340875_27803.cpp:4:6: error: stray '#' in program
 char a[1005][1005];  
      ^
0_0_24340875_27803.cpp:4:26: error: stray '#' in program
 char a[1005][1005];  
                          ^
0_0_24340875_27803.cpp:4:32: error: stray '#' in program
 char a[1005][1005];  
                                ^
0_0_24340875_27803.cpp:5:5: error: stray '#' in program
 int fx[4]={0,0,-1,1};  
     ^
0_0_24340875_27803.cpp:5:28: error: stray '#' in program
 int fx[4]={0,0,-1,1};  
                            ^
0_0_24340875_27803.cpp:5:34: error: stray '#' in program
 int fx[4]={0,0,-1,1};  
                                  ^
0_0_24340875_27803.cpp:6:5: error: stray '#' in program
 int fy[4]={1,-1,0,0};  
     ^
0_0_24340875_27803.cpp:6:28: error: stray '#' in program
 int fy[4]={1,-1,0,0};  
                            ^
0_0_24340875_27803.cpp:6:34: error: stray '#' in program
 int fy[4]={1,-1,0,0};  
                                  ^
0_0_24340875_27803.cpp:7:5: error: stray '#' in program
 int ans;  
     ^
0_0_24340875_27803.cpp:7:15: error: stray '#' in program
 int ans;  
               ^
0_0_24340875_27803.cpp:7:21: error: stray '#' in program
 int ans;  
                     ^
0_0_24340875_27803.cpp:8:5: error: stray '#' in program
 int n,m;  
     ^
0_0_24340875_27803.cpp:8:15: error: stray '#' in program
 int n,m;  
               ^
0_0_24340875_27803.cpp:8:21: error: stray '#' in program
 int n,m;  
                     ^
0_0_24340875_27803.cpp:9:6: error: stray '#' in program
 void Dfs(int x,int y)  
      ^
0_0_24340875_27803.cpp:9:19: error: stray '#' in program
 void Dfs(int x,int y)  
                   ^
0_0_24340875_27803.cpp:9:30: error: stray '#' in program
 void Dfs(int x,int y)  
                              ^
0_0_24340875_27803.cpp:9:38: error: stray '#' in program
 void Dfs(int x,int y)  
                                      ^
0_0_24340875_27803.cpp:9:44: error: stray '#' in program
 void Dfs(int x,int y)  
                                            ^
0_0_24340875_27803.cpp:10:3: error: stray '#' in program
 {  
   ^
0_0_24340875_27803.cpp:10:9: error: stray '#' in program
 {  
         ^
0_0_24340875_27803.cpp:11:2: error: stray '#' in program
     for(int i=0;i<4;i++)  
  ^
0_0_24340875_27803.cpp:11:8: error: stray '#' in program
     for(int i=0;i<4;i++)  
        ^
0_0_24340875_27803.cpp:11:14: error: stray '#' in program
     for(int i=0;i<4;i++)  
              ^
0_0_24340875_27803.cpp:11:20: error: stray '#' in program
     for(int i=0;i<4;i++)  
                    ^
0_0_24340875_27803.cpp:11:33: error: stray '#' in program
     for(int i=0;i<4;i++)  
                                 ^
0_0_24340875_27803.cpp:11:51: error: stray '#' in program
     for(int i=0;i<4;i++)  
                                                   ^
0_0_24340875_27803.cpp:11:57: error: stray '#' in program
     for(int i=0;i<4;i++)  
                                                         ^
0_0_24340875_27803.cpp:12:2: error: stray '#' in program
     {  
  ^
0_0_24340875_27803.cpp:12:8: error: stray '#' in program
     {  
        ^
0_0_24340875_27803.cpp:12:14: error: stray '#' in program
     {  
              ^
0_0_24340875_27803.cpp:12:20: error: stray '#' in program
     {  
                    ^
0_0_24340875_27803.cpp:12:27: error: stray '#' in program
     {  
                           ^
0_0_24340875_27803.cpp:12:33: error: stray '#' in program
     {  
                                 ^
0_0_24340875_27803.cpp:13:2: error: stray '#' in program
         int xx=x+fx[i];  
  ^
0_0_24340875_27803.cpp:13:8: error: stray '#' in program
         int xx=x+fx[i];  
        ^
0_0_24340875_27803.cpp:13:14: error: stray '#' in program
         int xx=x+fx[i];  
              ^
0_0_24340875_27803.cpp:13:20: error: stray '#' in program
         int xx=x+fx[i];  
                    ^
0_0_24340875_27803.cpp:13:26: error: stray '#' in program
         int xx=x+fx[i];  
                          ^
0_0_24340875_27803.cpp:13:32: error: stray '#' in program
         int xx=x+fx[i];  
                                ^
0_0_24340875_27803.cpp:13:38: error: stray '#' in program
         int xx=x+fx[i];  
                                      ^
0_0_24340875_27803.cpp:13:44: error: stray '#' in program
         int xx=x+fx[i];  
                                            ^
0_0_24340875_27803.cpp:13:53: error: stray '#' in program
         int xx=x+fx[i];  
                                                     ^
0_0_24340875_27803.cpp:13:70: error: stray '#' in program
         int xx=x+fx[i];  
                                                                      ^
0_0_24340875_27803.cpp:13:76: error: stray '#' in program
         int xx=x+fx[i];  
                                                                            ^
0_0_24340875_27803.cpp:14:2: error: stray '#' in program
         int yy=y+fy[i];  
  ^
0_0_24340875_27803.cpp:14:8: error: stray '#' in program
         int yy=y+fy[i];  
        ^
0_0_24340875_27803.cpp:14:14: error: stray '#' in program
         int yy=y+fy[i];  
              ^
0_0_24340875_27803.cpp:14:20: error: stray '#' in program
         int yy=y+fy[i];  
                    ^
0_0_24340875_27803.cpp:14:26: error: stray '#' in program
         int yy=y+fy[i];  
                          ^
0_0_24340875_27803.cpp:14:32: error: stray '#' in program
         int yy=y+fy[i];  
                                ^
0_0_24340875_27803.cpp:14:38: error: stray '#' in program
         int yy=y+fy[i];  
                                      ^
0_0_24340875_27803.cpp:14:44: error: stray '#' in program
         int yy=y+fy[i];  
                                            ^
0_0_24340875_27803.cpp:14:53: error: stray '#' in program
         int yy=y+fy[i];  
                                                     ^
0_0_24340875_27803.cpp:14:70: error: stray '#' in program
         int yy=y+fy[i];  
                                                                      ^
0_0_24340875_27803.cpp:14:76: error: stray '#' in program
         int yy=y+fy[i];  
                                                                            ^
0_0_24340875_27803.cpp:15:2: error: stray '#' in program
         if(xx>=0&&xx<n&&yy>=0&&yy<m)  
  ^
0_0_24340875_27803.cpp:15:8: error: stray '#' in program
         if(xx>=0&&xx<n&&yy>=0&&yy<m)  
        ^
0_0_24340875_27803.cpp:15:14: error: stray '#' in program
         if(xx>=0&&xx<n&&yy>=0&&yy<m)  
              ^
0_0_24340875_27803.cpp:15:20: error: stray '#' in program
         if(xx>=0&&xx<n&&yy>=0&&yy<m)  
                    ^
0_0_24340875_27803.cpp:15:26: error: stray '#' in program
         if(xx>=0&&xx<n&&yy>=0&&yy<m)  
                          ^
0_0_24340875_27803.cpp:15:32: error


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-10-05 20:05:03, Gzip enabled