0_0_38129417_19444.c: In function 'floyd':
0_0_38129417_19444.c:6:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int k=0;k<n;k++)
^
0_0_38129417_19444.c:6:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_38129417_19444.c:8:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i=0;i<n;i++)
^
0_0_38129417_19444.c:10:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int j=0;j<n;j++)
^
0_0_38129417_19444.c: In function 'main':
0_0_38129417_19444.c:34:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i=0;i<n;i++)
^
0_0_38129417_19444.c:36:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int j=0;j<n;j++)
^
0_0_38129417_19444.c:44:33: error: expected expression before '/' token
g[i][j]=2e7;//×ã¹»ÁË£¬×·¾¶199*9999
^
0_0_38129417_19444.c:44:33: error: stray '\327' in program
0_0_38129417_19444.c:44:33: error: stray '\343' in program
0_0_38129417_19444.c:44:33: error: stray '\271' in program
0_0_38129417_19444.c:44:33: error: stray '\273' in program
0_0_38129417_19444.c:44:33: error: stray '\301' in program
0_0_38129417_19444.c:44:33: error: stray '\313' in program
0_0_38129417_19444.c:44:33: error: stray '\243' in program
0_0_38129417_19444.c:44:33: error: stray '\254' in program
0_0_38129417_19444.c:44:33: error: stray '\327' in program
0_0_38129417_19444.c:44:33: error: stray '\356' in program
0_0_38129417_19444.c:44:33: error: stray '\263' in program
0_0_38129417_19444.c:44:33: error: stray '\244' in program
0_0_38129417_19444.c:44:33: error: stray '\302' in program
0_0_38129417_19444.c:44:33: error: stray '\267' in program
0_0_38129417_19444.c:44:33: error: stray '\276' in program
0_0_38129417_19444.c:44:33: error: stray '\266' in program
0_0_38129417_19444.c:48:18: error: redefinition of 'i'
for (int i=0;i<m;i++)
^
0_0_38129417_19444.c:34:18: note: previous definition of 'i' was here
for (int i=0;i<n;i++)
^
0_0_38129417_19444.c:48:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i=0;i<m;i++)
^
|