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_24340862_22125.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_24340862_22125.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_24340862_22125.cpp:3:2: error: stray '#' in program
   
  ^
0_0_24340862_22125.cpp:3:8: error: stray '#' in program
   
        ^
0_0_24340862_22125.cpp:4:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_24340862_22125.cpp:4:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_24340862_22125.cpp:4:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_24340862_22125.cpp:4:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_24340862_22125.cpp:5:2: error: stray '#' in program
   
  ^
0_0_24340862_22125.cpp:5:8: error: stray '#' in program
   
        ^
0_0_24340862_22125.cpp:6:6: error: stray '#' in program
 char Map[1010][1010];  
      ^
0_0_24340862_22125.cpp:6:28: error: stray '#' in program
 char Map[1010][1010];  
                            ^
0_0_24340862_22125.cpp:6:34: error: stray '#' in program
 char Map[1010][1010];  
                                  ^
0_0_24340862_22125.cpp:7:6: error: stray '#' in program
 char ans[2][10]= {{"cat"},{"girl"}};  
      ^
0_0_24340862_22125.cpp:7:23: error: stray '#' in program
 char ans[2][10]= {{"cat"},{"girl"}};  
                       ^
0_0_24340862_22125.cpp:7:48: error: stray '#' in program
 char ans[2][10]= {{"cat"},{"girl"}};  
                                                ^
0_0_24340862_22125.cpp:7:54: error: stray '#' in program
 char ans[2][10]= {{"cat"},{"girl"}};  
                                                      ^
0_0_24340862_22125.cpp:8:5: error: stray '#' in program
 int dir[4][2]= {0,1,0,-1,1,0,-1,0}; 
     ^
0_0_24340862_22125.cpp:8:21: error: stray '#' in program
 int dir[4][2]= {0,1,0,-1,1,0,-1,0}; 
                     ^
0_0_24340862_22125.cpp:8:47: error: stray '#' in program
 int dir[4][2]= {0,1,0,-1,1,0,-1,0}; 
                                               ^
0_0_24340862_22125.cpp:9:5: error: stray '#' in program
 int n,m,s1,s2;  
     ^
0_0_24340862_22125.cpp:9:21: error: stray '#' in program
 int n,m,s1,s2;  
                     ^
0_0_24340862_22125.cpp:9:27: error: stray '#' in program
 int n,m,s1,s2;  
                           ^
0_0_24340862_22125.cpp:10:2: error: stray '#' in program
   
  ^
0_0_24340862_22125.cpp:10:8: error: stray '#' in program
   
        ^
0_0_24340862_22125.cpp:11:6: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
      ^
0_0_24340862_22125.cpp:11:19: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                   ^
0_0_24340862_22125.cpp:11:30: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                              ^
0_0_24340862_22125.cpp:11:41: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                                         ^
0_0_24340862_22125.cpp:11:55: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                                                       ^
0_0_24340862_22125.cpp:11:65: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                                                                 ^
0_0_24340862_22125.cpp:11:71: error: stray '#' in program
 void dfs(int x,int y,int flag,int num)  
                                                                       ^
0_0_24340862_22125.cpp:12:3: error: stray '#' in program
 {  
   ^
0_0_24340862_22125.cpp:12:9: error: stray '#' in program
 {  
         ^
0_0_24340862_22125.cpp:13:2: error: stray '#' in program
     if (flag==1) 
  ^
0_0_24340862_22125.cpp:13:8: error: stray '#' in program
     if (flag==1) 
        ^
0_0_24340862_22125.cpp:13:14: error: stray '#' in program
     if (flag==1) 
              ^
0_0_24340862_22125.cpp:13:20: error: stray '#' in program
     if (flag==1) 
                    ^
0_0_24340862_22125.cpp:13:28: error: stray '#' in program
     if (flag==1) 
                            ^
0_0_24340862_22125.cpp:13:43: error: stray '#' in program
     if (flag==1) 
                                           ^
0_0_24340862_22125.cpp:14:2: error: stray '#' in program
     {  
  ^
0_0_24340862_22125.cpp:14:8: error: stray '#' in program
     {  
        ^
0_0_24340862_22125.cpp:14:14: error: stray '#' in program
     {  
              ^
0_0_24340862_22125.cpp:14:20: error: stray '#' in program
     {  
                    ^
0_0_24340862_22125.cpp:14:27: error: stray '#' in program
     {  
                           ^
0_0_24340862_22125.cpp:14:33: error: stray '#' in program
     {  
                                 ^
0_0_24340862_22125.cpp:15:2: error: stray '#' in program
   
  ^
0_0_24340862_22125.cpp:15:8: error: stray '#' in program
   
        ^
0_0_24340862_22125.cpp:16:2: error: stray '#' in program
         if (num==3) 
  ^
0_0_24340862_22125.cpp:16:8: error: stray '#' in program
         if (num==3) 
        ^
0_0_24340862_22125.cpp:16:14: error: stray '#' in program
         if (num==3) 
              ^
0_0_24340862_22125.cpp:16:20: error: stray '#' in program
         if (num==3) 
                    ^
0_0_24340862_22125.cpp:16:26: error: stray '#' in program
         if (num==3) 
                          ^
0_0_24340862_22125.cpp:16:32: error: stray '#' in program
         if (num==3) 
                                ^
0_0_24340862_22125.cpp:16:38: error: stray '#' in program
         if (num==3) 
                                      ^
0_0_24340862_22125.cpp:16:44: error: stray '#' in program
         if (num==3) 
                                            ^
0_0_24340862_22125.cpp:16:52: error: stray '#' in program
         if (num==3) 
                                                    ^
0_0_24340862_22125.cpp:16:66: error: stray '#' in program
         if (num==3) 
                                                                  ^
0_0_24340862_22125.cpp:17:2: error: stray '#' in program
         {  
  ^
0_0_24340862_22125.cpp:17:8: error: stray '#' in program
         {  
        ^
0_0_24340862_22125.cpp:17:14: error: stray '#' in program
         {  
              ^
0_0_24340862_22125.cpp:17:20: error: stray '#' in program
         {  
                    ^
0_0_24340862_22125.cpp:17:26: error: stray '#' in program
         {  
                          ^
0_0_24340862_22125.cpp:17:32: error: stray '#' in program
         {  
                                ^
0_0_24340862_22125.cpp:17:38: error: stray '#' in program
         {  
                                      ^
0_0_24340862_22125.cpp:17:44: error: stray '#' in program
         {  
                                            ^
0_0_24340862_22125.cpp:17:51: error: stray '#' in program
         {  
                                                   ^
0_0_24340862_22125.cpp:17:57: error: stray '#' in program
         {  
                                                         ^
0_0_24340862_22125.cpp:18:2: error: stray '#' in program
             s1++;  
  ^
0_0_24340862_22125.cpp:18:8: error: stray '#' in program
             s1++;  
        ^
0_0_24340862_22125.cpp:18:14: error: stray '#' in program


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:09:42, Gzip enabled