0_0_20989595_15101.cpp:21:29: error: stray '#' in program
for(int i = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:21:34: error: stray '#' in program
for(int i = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:24:20: error: stray '#' in program
r[i] = (i + 1) % (n + 1);
^
0_0_20989595_15101.cpp:24:34: error: stray '#' in program
r[i] = (i + 1) % (n + 1);
^
0_0_20989595_15101.cpp:25:24: error: stray '#' in program
l[i] = (i - 1 + n + 1) % (n + 1);
^
0_0_20989595_15101.cpp:25:32: error: stray '#' in program
l[i] = (i - 1 + n + 1) % (n + 1);
^
0_0_20989595_15101.cpp:25:46: error: stray '#' in program
l[i] = (i - 1 + n + 1) % (n + 1);
^
0_0_20989595_15101.cpp:27:14: error: stray '#' in program
num = n + 1;
^
0_0_20989595_15101.cpp:32:25: error: stray '#' in program
for(k = 1;k <= n;k ++)
^
0_0_20989595_15101.cpp:32:30: error: stray '#' in program
for(k = 1;k <= n;k ++)
^
0_0_20989595_15101.cpp:33:29: error: stray '#' in program
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:33:34: error: stray '#' in program
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:34:33: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:34:38: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:35:54: error: stray '#' in program
dis[i][j] = min(dis[i][j],dis[i][k] + dis[k][j]);
^
0_0_20989595_15101.cpp:48:11: error: stray '#' in program
s[j] ++;
^
0_0_20989595_15101.cpp:48:16: error: stray '#' in program
s[j] ++;
^
0_0_20989595_15101.cpp:55:10: error: stray '#' in program
num ++;
^
0_0_20989595_15101.cpp:55:15: error: stray '#' in program
num ++;
^
0_0_20989595_15101.cpp:65:42: error: stray '#' in program
l[r[i]] = r[l[i]] = i,s[col[i]] ++;
^
0_0_20989595_15101.cpp:65:47: error: stray '#' in program
l[r[i]] = r[l[i]] = i,s[col[i]] ++;
^
0_0_20989595_15101.cpp:77:18: error: stray '#' in program
ret ++;
^
0_0_20989595_15101.cpp:77:23: error: stray '#' in program
ret ++;
^
0_0_20989595_15101.cpp:87:12: error: stray '#' in program
if(dp + A() > boy)
^
0_0_20989595_15101.cpp:90:29: error: stray '#' in program
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:90:34: error: stray '#' in program
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:91:12: error: stray '#' in program
j += sex[sta[i]];
^
0_0_20989595_15101.cpp:97:33: error: stray '#' in program
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:97:38: error: stray '#' in program
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:98:16: error: stray '#' in program
j += sex[sta[i]];//ͳ¼Æboy
^
0_0_20989595_15101.cpp:118:17: error: stray '#' in program
dfs(dp + 1);
^
0_0_20989595_15101.cpp:122:24: error: stray '#' in program
s[col[j]] ++;
^
0_0_20989595_15101.cpp:122:29: error: stray '#' in program
s[col[j]] ++;
^
0_0_20989595_15101.cpp:137:37: error: stray '#' in program
for(i = 1,boy = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:137:42: error: stray '#' in program
for(i = 1,boy = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:140:18: error: stray '#' in program
boy += sex[i];
^
0_0_20989595_15101.cpp:141:33: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:141:38: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:145:28: error: stray '#' in program
for(i = 1;i < n;i ++)
^
0_0_20989595_15101.cpp:145:33: error: stray '#' in program
for(i = 1;i < n;i ++)
^
0_0_20989595_15101.cpp:151:29: error: stray '#' in program
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:151:34: error: stray '#' in program
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:153:33: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:153:38: error: stray '#' in program
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:162:34: error: stray '#' in program
printf("Case #%d: %d\n",++cas,ans);
^
0_0_20989595_15101.cpp:162:39: error: stray '#' in program
printf("Case #%d: %d\n",++cas,ans);
^
0_0_20989595_15101.cpp: In function 'void init()':
0_0_20989595_15101.cpp:21:32: error: expected ')' before ';' token
for(int i = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:21:35: error: lvalue required as unary '&' operand
for(int i = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp:21:38: error: expected primary-expression before ')' token
for(int i = 0;i <= n;i ++)
^
0_0_20989595_15101.cpp: In function 'void floyd()':
0_0_20989595_15101.cpp:32:28: error: expected ')' before ';' token
for(k = 1;k <= n;k ++)
^
0_0_20989595_15101.cpp:32:31: error: lvalue required as unary '&' operand
for(k = 1;k <= n;k ++)
^
0_0_20989595_15101.cpp:32:34: error: expected primary-expression before ')' token
for(k = 1;k <= n;k ++)
^
0_0_20989595_15101.cpp:33:35: error: lvalue required as unary '&' operand
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:33:38: error: expected primary-expression before ')' token
for(i = 1;i <= n;i ++)
^
0_0_20989595_15101.cpp:34:39: error: lvalue required as unary '&' operand
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:34:42: error: expected primary-expression before ')' token
for(j = 1;j <= n;j ++)
^
0_0_20989595_15101.cpp:35:68: error: expected ';' before ')' token
dis[i][j] = min(dis[i][j],dis[i][k] + dis[k][j]);
^
0_0_20989595_15101.cpp: In function 'void build(int, int)':
0_0_20989595_15101.cpp:48:17: error: lvalue required as unary '&' operand
s[j] ++;
^
0_0_20989595_15101.cpp:55:16: error: lvalue required as unary '&' operand
num ++;
^
0_0_20989595_15101.cpp: In function 'void resume(int)':
0_0_20989595_15101.cpp:65:48: error: lvalue required as unary '&' operand
l[r[i]] = r[l[i]] = i,s[col[i]] ++;
^
0_0_20989595_15101.cpp: In function 'int A()':
0_0_20989595_15101.cpp:77:24: error: lvalue required as unary '&' operand
ret ++;
^
0_0_20989595_15101.cpp: In function 'void dfs(int)':
0_0_20989595_15101.cpp:87:15: error: expected ')' before ';' token
if(dp + A() > boy)
^
0_0_20989595_15101.cpp:87:26: error: expected ';' before ')' token
if(dp + A() > boy)
^
0_0_20989595_15101.cpp:90:32: error: expected ')' before ';' token
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:90:35: error: lvalue required as unary '&' operand
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:90:38: error: expected primary-expression before ')' token
for(i = j = 0;i < dp;i ++)
^
0_0_20989595_15101.cpp:91:16: error: expected primary-expression before '=' token
j += sex[sta[i]];
^
0_0_20989595_15101.cpp:97:36: error: expected ')' before ';' token
|