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_32797767_5755.c: In function 'main':
0_0_32797767_5755.c:2:37: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
 #define for_cycle(VAR, LEFT, RIGHT) for(int VAR = (LEFT); VAR < (RIGHT); VAR++)
                                     ^
0_0_32797767_5755.c:11:9: note: in expansion of macro 'for_cycle'
         for_cycle(i, 1, a) {
         ^
0_0_32797767_5755.c:2:37: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
 #define for_cycle(VAR, LEFT, RIGHT) for(int VAR = (LEFT); VAR < (RIGHT); VAR++)
                                     ^
0_0_32797767_5755.c:11:9: note: in expansion of macro 'for_cycle'
         for_cycle(i, 1, a) {
         ^
0_0_32797767_5755.c:15:19: error: redefinition of 'i'
         for_cycle(i, 1, b) {
                   ^
0_0_32797767_5755.c:2:45: note: in definition of macro 'for_cycle'
 #define for_cycle(VAR, LEFT, RIGHT) for(int VAR = (LEFT); VAR < (RIGHT); VAR++)
                                             ^
0_0_32797767_5755.c:11:19: note: previous definition of 'i' was here
         for_cycle(i, 1, a) {
                   ^
0_0_32797767_5755.c:2:45: note: in definition of macro 'for_cycle'
 #define for_cycle(VAR, LEFT, RIGHT) for(int VAR = (LEFT); VAR < (RIGHT); VAR++)
                                             ^
0_0_32797767_5755.c:2:37: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
 #define for_cycle(VAR, LEFT, RIGHT) for(int VAR = (LEFT); VAR < (RIGHT); VAR++)
                                     ^
0_0_32797767_5755.c:15:9: note: in expansion of macro 'for_cycle'
         for_cycle(i, 1, b) {
         ^


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-15 12:54:00, Gzip enabled