0_0_20573425_1160.cpp: In function 'int Min(int, int)':
0_0_20573425_1160.cpp:26:14: error: expected primary-expression before 'else'
if (a<b) else="" int="" node="" return="" void="">q;
^
0_0_20573425_1160.cpp:29:17: error: 'w' was not declared in this scope
cur.x=point[w].x;
^
0_0_20573425_1160.cpp:33:5: error: 'q' was not declared in this scope
q.push(cur);
^
0_0_20573425_1160.cpp: In function 'int main()':
0_0_20573425_1160.cpp:66:27: error: expected primary-expression before '.' token
for (i=0;i<n;i++) .x="i;" .y="j;" aim="b[cnt+1]-1;" cnt="=0)" else="" for="" i="0;i<n;i++)" if="" ii="1;ii<=10;ii++)" j="=0)" k="1;k<=cnt;k++)">dp[i][j]+dis[j][k]) && dp[i][j]!=-1 && dis[j][k]!=-1)
^
0_0_20573425_1160.cpp:66:36: error: request for member 'y' in '"i;"', which is of non-class type 'const char [3]'
for (i=0;i<n;i++) .x="i;" .y="j;" aim="b[cnt+1]-1;" cnt="=0)" else="" for="" i="0;i<n;i++)" if="" ii="1;ii<=10;ii++)" j="=0)" k="1;k<=cnt;k++)">dp[i][j]+dis[j][k]) && dp[i][j]!=-1 && dis[j][k]!=-1)
^
0_0_20573425_1160.cpp: At global scope:
0_0_20573425_1160.cpp:75:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_20573425_1160.cpp:76:1: error: expected declaration before '}' token
}
^
|