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_17482393_26458.c:5:5: error: variably modified 'flag' at file scope
 int flag[mod];
     ^
0_0_17482393_26458.c:7:5: error: variably modified 'hash_table' at file scope
 int hash_table[mod];
     ^
0_0_17482393_26458.c: In function 'main':
0_0_17482393_26458.c:24:2: error: expected expression before '/' token
  //ÖÃÁã²Ù×÷
  ^
0_0_17482393_26458.c:24:2: error: stray '\326' in program
0_0_17482393_26458.c:24:2: error: stray '\303' in program
0_0_17482393_26458.c:24:2: error: stray '\301' in program
0_0_17482393_26458.c:24:2: error: stray '\343' in program
0_0_17482393_26458.c:24:2: error: stray '\262' in program
0_0_17482393_26458.c:24:2: error: stray '\331' in program
0_0_17482393_26458.c:24:2: error: stray '\327' in program
0_0_17482393_26458.c:24:2: error: stray '\367' in program
0_0_17482393_26458.c:28:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
   for(int i = 0; i < 5; i++){
   ^
0_0_17482393_26458.c:28:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_17482393_26458.c:29:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
    for(int j = 0; j < num; j++){
    ^
0_0_17482393_26458.c:33:11: error: redefinition of 'i'
   for(int i = 0; i < num; i++){
           ^
0_0_17482393_26458.c:28:11: note: previous definition of 'i' was here
   for(int i = 0; i < 5; i++){
           ^
0_0_17482393_26458.c:33:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
   for(int i = 0; i < num; i++){
   ^
0_0_17482393_26458.c:34:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
    for(int j = 0; j < num; j++){
    ^
0_0_17482393_26458.c:42:11: error: redefinition of 'i'
   for(int i = 0; i < num && !exsit; i++){
           ^
0_0_17482393_26458.c:33:11: note: previous definition of 'i' was here
   for(int i = 0; i < num; i++){
           ^
0_0_17482393_26458.c:42:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
   for(int i = 0; i < num && !exsit; i++){
   ^
0_0_17482393_26458.c:43:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
    for(int j = 0; j < num && !exsit; j++){
    ^
0_0_17482393_26458.c:44:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
     for(int k = 0; k < num && !exsit; k++){
     ^


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-10-06 08:18:59, Gzip enabled