0_0_20958941_32556.cpp:22:19: error: stray '#' in program
for(i=0;i<n;i++)
^
0_0_20958941_32556.cpp:22:24: error: stray '#' in program
for(i=0;i<n;i++)
^
0_0_20958941_32556.cpp:24:23: error: stray '#' in program
for(j=0;j<m;j++)
^
0_0_20958941_32556.cpp:24:28: error: stray '#' in program
for(j=0;j<m;j++)
^
0_0_20958941_32556.cpp:26:31: error: stray '#' in program
for(ii=0;ii<27;ii++)
^
0_0_20958941_32556.cpp:26:36: error: stray '#' in program
for(ii=0;ii<27;ii++)
^
0_0_20958941_32556.cpp:33:42: error: stray '#' in program
else cur.k=map[i][j]-'A'+1;
^
0_0_20958941_32556.cpp:43:23: error: stray '#' in program
for(i=0;i<4;i++)
^
0_0_20958941_32556.cpp:43:28: error: stray '#' in program
for(i=0;i<4;i++)
^
0_0_20958941_32556.cpp:45:28: error: stray '#' in program
next.x=x=cur.x+dir[i][0];
^
0_0_20958941_32556.cpp:46:28: error: stray '#' in program
next.y=y=cur.y+dir[i][1];
^
0_0_20958941_32556.cpp:57:50: error: stray '#' in program
if(t[x][y][k]>t[cur.x][cur.y][k]+temp)//²»Õ¨
^
0_0_20958941_32556.cpp:59:51: error: stray '#' in program
t[x][y][k]=t[cur.x][cur.y][k]+temp;
^
0_0_20958941_32556.cpp:71:20: error: stray '#' in program
for(i=0;i<27;i++)
^
0_0_20958941_32556.cpp:71:25: error: stray '#' in program
for(i=0;i<27;i++)
^
0_0_20958941_32556.cpp:86:11: error: stray '#' in program
n++;
^
0_0_20958941_32556.cpp:86:16: error: stray '#' in program
n++;
^
0_0_20958941_32556.cpp: In function 'void bfs()':
0_0_20958941_32556.cpp:22:22: error: expected ')' before ';' token
for(i=0;i<n;i++)
^
0_0_20958941_32556.cpp:22:25: error: lvalue required as unary '&' operand
for(i=0;i<n;i++)
^
0_0_20958941_32556.cpp:22:28: error: expected primary-expression before ')' token
for(i=0;i<n;i++)
^
0_0_20958941_32556.cpp:43:26: error: expected ')' before ';' token
for(i=0;i<4;i++)
^
0_0_20958941_32556.cpp:43:29: error: lvalue required as unary '&' operand
for(i=0;i<4;i++)
^
0_0_20958941_32556.cpp:43:32: error: expected primary-expression before ')' token
for(i=0;i<4;i++)
^
0_0_20958941_32556.cpp:71:23: error: expected ')' before ';' token
for(i=0;i<27;i++)
^
0_0_20958941_32556.cpp:71:26: error: lvalue required as unary '&' operand
for(i=0;i<27;i++)
^
0_0_20958941_32556.cpp:71:29: error: expected primary-expression before ')' token
for(i=0;i<27;i++)
^
0_0_20958941_32556.cpp: In function 'int main()':
0_0_20958941_32556.cpp:83:28: error: 'strlen' was not declared in this scope
m=strlen(map[0]);
^
0_0_20958941_32556.cpp:86:17: error: lvalue required as unary '&' operand
n++;
^
|