0_0_24866648_22677.c:9:3: error: variably modified 'e' at file scope
} e[8*MAXN*MAXN];
^
0_0_24866648_22677.c:10:22: error: variably modified 'hd' at file scope
int st, ed, te, top, hd[4*MAXN*MAXN],rr[4*MAXN*MAXN];
^
0_0_24866648_22677.c:10:38: error: variably modified 'rr' at file scope
int st, ed, te, top, hd[4*MAXN*MAXN],rr[4*MAXN*MAXN];
^
0_0_24866648_22677.c:11:9: error: variably modified 'heap' at file scope
__int64 heap[4*MAXN*MAXN],d[4*MAXN*MAXN],r[4*MAXN*MAXN],tmp;
^
0_0_24866648_22677.c:11:27: error: variably modified 'd' at file scope
__int64 heap[4*MAXN*MAXN],d[4*MAXN*MAXN],r[4*MAXN*MAXN],tmp;
^
0_0_24866648_22677.c:11:42: error: variably modified 'r' at file scope
__int64 heap[4*MAXN*MAXN],d[4*MAXN*MAXN],r[4*MAXN*MAXN],tmp;
^
0_0_24866648_22677.c: In function 'pop':
0_0_24866648_22677.c:41:5: error: expected expression before '/' token
//trail[pt++]=t;
^
0_0_24866648_22677.c: In function 'main':
0_0_24866648_22677.c:142:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int i = 0; i < n; i++)
^
0_0_24866648_22677.c:142:9: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_24866648_22677.c:143:11: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int j = 0; j < n; j++)
^
|