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_15478348_4099.c: In function 'main':
0_0_15478348_4099.c:11:23: error: expected expression before '/' token
         int car[n][2];//car[][0]表示缆车标号,car[][1]表示缆车中的人数
                       ^
0_0_15478348_4099.c:11:23: error: stray '\261' in program
0_0_15478348_4099.c:11:23: error: stray '\355' in program
0_0_15478348_4099.c:11:23: error: stray '\312' in program
0_0_15478348_4099.c:11:23: error: stray '\276' in program
0_0_15478348_4099.c:11:23: error: stray '\300' in program
0_0_15478348_4099.c:11:23: error: stray '\302' in program
0_0_15478348_4099.c:11:23: error: stray '\263' in program
0_0_15478348_4099.c:11:23: error: stray '\265' in program
0_0_15478348_4099.c:11:23: error: stray '\261' in program
0_0_15478348_4099.c:11:23: error: stray '\352' in program
0_0_15478348_4099.c:11:23: error: stray '\272' in program
0_0_15478348_4099.c:11:23: error: stray '\305' in program
0_0_15478348_4099.c:11:23: error: stray '\243' in program
0_0_15478348_4099.c:11:23: error: stray '\254' in program
0_0_15478348_4099.c:11:23: error: stray '\261' in program
0_0_15478348_4099.c:11:23: error: stray '\355' in program
0_0_15478348_4099.c:11:23: error: stray '\312' in program
0_0_15478348_4099.c:11:23: error: stray '\276' in program
0_0_15478348_4099.c:11:23: error: stray '\300' in program
0_0_15478348_4099.c:11:23: error: stray '\302' in program
0_0_15478348_4099.c:11:23: error: stray '\263' in program
0_0_15478348_4099.c:11:23: error: stray '\265' in program
0_0_15478348_4099.c:11:23: error: stray '\326' in program
0_0_15478348_4099.c:11:23: error: stray '\320' in program
0_0_15478348_4099.c:11:23: error: stray '\265' in program
0_0_15478348_4099.c:11:23: error: stray '\304' in program
0_0_15478348_4099.c:11:23: error: stray '\310' in program
0_0_15478348_4099.c:11:23: error: stray '\313' in program
0_0_15478348_4099.c:11:23: error: stray '\312' in program
0_0_15478348_4099.c:11:23: error: stray '\375' in program
0_0_15478348_4099.c:14:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
         for(int i=0;i<n;i++){
         ^
0_0_15478348_4099.c:14:9: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_15478348_4099.c:17:24: error: 't' undeclared (first use in this function)
             for(j=0;j<=t;j++){
                        ^
0_0_15478348_4099.c:17:24: note: each undeclared identifier is reported only once for each function it appears in
0_0_15478348_4099.c:34:17: error: redefinition of 'i'
         for(int i=0;i<=t;i++)printf("%d %d\n",car[i][0],car[i][1]);
                 ^
0_0_15478348_4099.c:14:17: note: previous definition of 'i' was here
         for(int i=0;i<n;i++){
                 ^
0_0_15478348_4099.c:34:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
         for(int i=0;i<=t;i++)printf("%d %d\n",car[i][0],car[i][1]);
         ^
0_0_15478348_4099.c:36:17: error: redefinition of 'i'
         for(int i=0;i<=t;i++){
                 ^
0_0_15478348_4099.c:34:17: note: previous definition of 'i' was here
         for(int i=0;i<=t;i++)printf("%d %d\n",car[i][0],car[i][1]);
                 ^
0_0_15478348_4099.c:36:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
         for(int i=0;i<=t;i++){
         ^


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-06-29 10:51:05, Gzip enabled