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_17911037_29337.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include聽<cstdio>
         ^
0_0_17911037_29337.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include聽<cstdlib>
         ^
0_0_17911037_29337.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include聽<cctype>
         ^
0_0_17911037_29337.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include聽<iostream>
         ^
0_0_17911037_29337.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include聽<stack>
         ^
0_0_17911037_29337.cpp:6:1: error: stray '\302' in program
 using聽namespace聽std;
 ^
0_0_17911037_29337.cpp:6:1: error: stray '\240' in program
0_0_17911037_29337.cpp:6:1: error: stray '\302' in program
0_0_17911037_29337.cpp:6:1: error: stray '\240' in program
0_0_17911037_29337.cpp:8:1: error: stray '\302' in program
 int聽R,C;
 ^
0_0_17911037_29337.cpp:8:1: error: stray '\240' in program
0_0_17911037_29337.cpp:9:1: error: stray '\302' in program
 char聽Map[10][10];
 ^
0_0_17911037_29337.cpp:9:1: error: stray '\240' in program
0_0_17911037_29337.cpp:10:1: error: stray '\302' in program
 int聽Move2[6][2]聽=聽{{-1,-1},{-1,0},{0,-1},{0,1},{1,-1},{1,0}};
 ^
0_0_17911037_29337.cpp:10:1: error: stray '\240' in program
0_0_17911037_29337.cpp:10:1: error: stray '\302' in program
0_0_17911037_29337.cpp:10:1: error: stray '\240' in program
0_0_17911037_29337.cpp:10:1: error: stray '\302' in program
0_0_17911037_29337.cpp:10:1: error: stray '\240' in program
0_0_17911037_29337.cpp:11:1: error: stray '\302' in program
 int聽Move1[6][2]聽=聽{{-1,0},{-1,1},{0,-1},{0,1},{1,0},{1,1}};
 ^
0_0_17911037_29337.cpp:11:1: error: stray '\240' in program
0_0_17911037_29337.cpp:11:1: error: stray '\302' in program
0_0_17911037_29337.cpp:11:1: error: stray '\240' in program
0_0_17911037_29337.cpp:11:1: error: stray '\302' in program
0_0_17911037_29337.cpp:11:1: error: stray '\240' in program
0_0_17911037_29337.cpp:12:1: error: stray '\302' in program
 char聽Path[20];
 ^
0_0_17911037_29337.cpp:12:1: error: stray '\240' in program
0_0_17911037_29337.cpp:13:1: error: stray '\302' in program
 bool聽bVisited[10][10];
 ^
0_0_17911037_29337.cpp:13:1: error: stray '\240' in program
0_0_17911037_29337.cpp:14:1: error: stray '\302' in program
 int聽ileft,iright;
 ^
0_0_17911037_29337.cpp:14:1: error: stray '\240' in program
0_0_17911037_29337.cpp:15:1: error: stray '\302' in program
 int聽cnum,pos;
 ^
0_0_17911037_29337.cpp:15:1: error: stray '\240' in program
0_0_17911037_29337.cpp:17:1: error: stray '\302' in program
 inline聽bool聽InBoundary(int聽x,int聽y)
 ^
0_0_17911037_29337.cpp:17:1: error: stray '\240' in program
0_0_17911037_29337.cpp:17:1: error: stray '\302' in program
0_0_17911037_29337.cpp:17:1: error: stray '\240' in program
0_0_17911037_29337.cpp:17:1: error: stray '\302' in program
0_0_17911037_29337.cpp:17:1: error: stray '\240' in program
0_0_17911037_29337.cpp:17:1: error: stray '\302' in program
0_0_17911037_29337.cpp:17:1: error: stray '\240' in program
0_0_17911037_29337.cpp:19:1: error: stray '\302' in program
 聽聽聽聽
 ^
0_0_17911037_29337.cpp:19:1: error: stray '\240' in program
0_0_17911037_29337.cpp:19:1: error: stray '\302' in program
0_0_17911037_29337.cpp:19:1: error: stray '\240' in program
0_0_17911037_29337.cpp:19:1: error: stray '\302' in program
0_0_17911037_29337.cpp:19:1: error: stray '\240' in program
0_0_17911037_29337.cpp:19:1: error: stray '\302' in program
0_0_17911037_29337.cpp:19:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
 聽聽聽聽if(x聽>=聽0聽&&聽x<R聽&&聽y>=0聽&&聽y<C+x%2)
 ^
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:20:1: error: stray '\302' in program
0_0_17911037_29337.cpp:20:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
 聽聽聽聽聽聽聽聽return聽true;
 ^
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:21:1: error: stray '\302' in program
0_0_17911037_29337.cpp:21:1: error: stray '\240' in program
0_0_17911037_29337.cpp:22:1: error: stray '\302' in program
 聽聽聽聽return聽false;
 ^
0_0_17911037_29337.cpp:22:1: error: stray '\240' in program
0_0_17911037_29337.cpp:22:1: error: stray '\302' in program
0_0_17911037_29337.cpp:22:1: error: stray '\240' in program
0_0_17911037_29337.cpp:22:1: error: stray '\302' in program
0_0_17911037_29337.cpp:22:1: error: stray '\240' in program
0_0_17911037_29337.cpp:22:1: error: stray '\302' in program
0_0_17911037_29337.cpp:22:1: error: stray '\240' in program
0_0_17911037_29337.cpp:22:1: error: stray '\302' in program
0_0_17911037_29337.cpp:22:1: error: stray '\240' in program
0_0_17911037_29337.cpp:26:1: error: stray '\302' in program
 bool聽Evaluate(int聽start,int聽n,int聽&value)
 ^
0_0_17911037_29337.cpp:26:1: error: stray '\240' in program
0_0_17911037_29337.cpp:26:1: error: stray '\302' in program
0_0_17911037_29337.cpp:26:1: error: stray '\240' in program
0_0_17911037_29337.cpp:26:1: error: stray '\302' in program
0_0_17911037_29337.cpp:26:1: error: stray '\240' in program
0_0_17911037_29337.cpp:26:1: error: stray '\302' in program
0_0_17911037_29337.cpp:26:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
 聽聽聽聽聽stack<int>聽s1;
 ^
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:28:1: error: stray '\302' in program
0_0_17911037_29337.cpp:28:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
 聽聽聽聽聽stack<char>聽s2;
 ^
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:29:1: error: stray '\302' in program
0_0_17911037_29337.cpp:29:1: error: stray '\240' in program
0_0_17911037_29337.cpp:30:1: error: stray '\302' in program
 聽聽聽聽聽int聽i聽=聽start;
 ^
0_0_17911037_29337.cpp:30:1: error: stray '\240' in program
0_0_17911037_29337.cpp:30:1: 


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-07 04:52:23, Gzip enabled