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_37269017_18104.cpp:24:5: error: stray '\243' in program
     while (l <= r) {now = q[l++];if (strcmp(now.cur, end) == 0) {printf("To get from %s to %s takes %d knight moves.\n", start, end, now.steps);return;}try(1, 1, 0, 0);try(-1, 1, 0, 0);try(1, -1, 0, 0);try(-1, -1, 0, 0);try(0, 0, 1, 1)£»try(0, 0, -1, 1);try(0, 0, 1, -1)£»try(0, 0, -1, -1);}
     ^
0_0_37269017_18104.cpp:24:5: error: stray '\273' in program
0_0_37269017_18104.cpp:24:5: error: stray '\243' in program
0_0_37269017_18104.cpp:24:5: error: stray '\273' in program
0_0_37269017_18104.cpp:15:6: error: expected unqualified-id before 'try'
 void try(int a, int b, int c, int d) {char x = now.cur[0], y = now.cur[1];if (!a) {if (x + d < 'a' || x + d > 'h' || y + 2 * c < '1' || y + 2 * c > '8') { return;}condition next = {{(char) (x + d), (char) (y + 2 * c), '\0'}, now.steps + 1};q[++r] = next;}
      ^


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-29 12:52:48, Gzip enabled