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_36787315_16904.cpp:24:3: error: stray '\241' in program
   case ¡®N¡®: move(i - 1, j); break;
   ^
0_0_36787315_16904.cpp:24:3: error: stray '\256' in program
0_0_36787315_16904.cpp:24:3: error: stray '\241' in program
0_0_36787315_16904.cpp:24:3: error: stray '\256' in program
0_0_36787315_16904.cpp:25:3: error: stray '\241' in program
   case ¡®S¡®: move(i + 1, j); break;
   ^
0_0_36787315_16904.cpp:25:3: error: stray '\256' in program
0_0_36787315_16904.cpp:25:3: error: stray '\241' in program
0_0_36787315_16904.cpp:25:3: error: stray '\256' in program
0_0_36787315_16904.cpp:26:3: error: stray '\241' in program
   case ¡®W¡®: move(i, j - 1); break;
   ^
0_0_36787315_16904.cpp:26:3: error: stray '\256' in program
0_0_36787315_16904.cpp:26:3: error: stray '\241' in program
0_0_36787315_16904.cpp:26:3: error: stray '\256' in program
0_0_36787315_16904.cpp:27:3: error: stray '\241' in program
   case ¡®E¡®: move(i, j + 1);
   ^
0_0_36787315_16904.cpp:27:3: error: stray '\256' in program
0_0_36787315_16904.cpp:27:3: error: stray '\241' in program
0_0_36787315_16904.cpp:27:3: error: stray '\256' in program
0_0_36787315_16904.cpp: In function 'void move(int, int)':
0_0_36787315_16904.cpp:24:10: error: 'N' was not declared in this scope
   case ¡®N¡®: move(i - 1, j); break;
          ^
0_0_36787315_16904.cpp:25:10: error: 'S' was not declared in this scope
   case ¡®S¡®: move(i + 1, j); break;
          ^
0_0_36787315_16904.cpp:26:10: error: 'W' was not declared in this scope
   case ¡®W¡®: move(i, j - 1); break;
          ^
0_0_36787315_16904.cpp:27:10: error: 'E' was not declared in this scope
   case ¡®E¡®: move(i, j + 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-11-25 20:17:50, Gzip enabled