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_21961074_18542.c:4:6: error: variably modified 'str' at file scope
 char str[MAXN];
      ^
0_0_21961074_18542.c: In function 'main':
0_0_21961074_18542.c:14:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
         for(int i=0;i<len;i++)
         ^
0_0_21961074_18542.c:14:9: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_21961074_18542.c:18:24: error: expected expression before '/' token
                 case 1://X轴正方向
                        ^
0_0_21961074_18542.c:18:24: error: stray '\326' in program
0_0_21961074_18542.c:18:24: error: stray '\341' in program
0_0_21961074_18542.c:18:24: error: stray '\325' in program
0_0_21961074_18542.c:18:24: error: stray '\375' in program
0_0_21961074_18542.c:18:24: error: stray '\267' in program
0_0_21961074_18542.c:18:24: error: stray '\275' in program
0_0_21961074_18542.c:18:24: error: stray '\317' in program
0_0_21961074_18542.c:18:24: error: stray '\362' in program
0_0_21961074_18542.c:20:22: error: 'else' without a previous 'if'
                      else p=-2,y-=10;
                      ^
0_0_21961074_18542.c:22:24: error: expected expression before '/' token
                 case 2://Y轴正方向
                        ^
0_0_21961074_18542.c:22:24: error: stray '\326' in program
0_0_21961074_18542.c:22:24: error: stray '\341' in program
0_0_21961074_18542.c:22:24: error: stray '\325' in program
0_0_21961074_18542.c:22:24: error: stray '\375' in program
0_0_21961074_18542.c:22:24: error: stray '\267' in program
0_0_21961074_18542.c:22:24: error: stray '\275' in program
0_0_21961074_18542.c:22:24: error: stray '\317' in program
0_0_21961074_18542.c:22:24: error: stray '\362' in program
0_0_21961074_18542.c:24:22: error: 'else' without a previous 'if'
                      else p=1,x+=10;
                      ^
0_0_21961074_18542.c:26:25: error: expected expression before '/' token
                 case -1://X轴负方向
                         ^
0_0_21961074_18542.c:26:25: error: stray '\326' in program
0_0_21961074_18542.c:26:25: error: stray '\341' in program
0_0_21961074_18542.c:26:25: error: stray '\270' in program
0_0_21961074_18542.c:26:25: error: stray '\272' in program
0_0_21961074_18542.c:26:25: error: stray '\267' in program
0_0_21961074_18542.c:26:25: error: stray '\275' in program
0_0_21961074_18542.c:26:25: error: stray '\317' in program
0_0_21961074_18542.c:26:25: error: stray '\362' in program
0_0_21961074_18542.c:28:22: error: 'else' without a previous 'if'
                      else p=2,y+=10;
                      ^


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 19:11:04, Gzip enabled