0_0_20972230_14523.cpp:20:24: error: stray '#' in program
for(k=i;k<=m;k++)
^
0_0_20972230_14523.cpp:20:29: error: stray '#' in program
for(k=i;k<=m;k++)
^
0_0_20972230_14523.cpp:24:34: error: stray '#' in program
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:24:42: error: stray '#' in program
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:24:47: error: stray '#' in program
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:25:21: error: stray '#' in program
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:25:34: error: stray '#' in program
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:25:39: error: stray '#' in program
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:26:30: error: stray '#' in program
for(k=i;k<=n+1;k++)a.f[u][k]^=a.f[i][k];
^
0_0_20972230_14523.cpp:26:38: error: stray '#' in program
for(k=i;k<=n+1;k++)a.f[u][k]^=a.f[i][k];
^
0_0_20972230_14523.cpp:26:43: error: stray '#' in program
for(k=i;k<=n+1;k++)a.f[u][k]^=a.f[i][k];
^
0_0_20972230_14523.cpp:27:15: error: stray '#' in program
i++;
^
0_0_20972230_14523.cpp:27:20: error: stray '#' in program
i++;
^
0_0_20972230_14523.cpp:29:11: error: stray '#' in program
j++;
^
0_0_20972230_14523.cpp:29:16: error: stray '#' in program
j++;
^
0_0_20972230_14523.cpp:31:20: error: stray '#' in program
for(u=i;u<=m;u++)//判断无解
^
0_0_20972230_14523.cpp:31:25: error: stray '#' in program
for(u=i;u<=m;u++)//判断无解
^
0_0_20972230_14523.cpp:32:21: error: stray '#' in program
if(a.f[u][n+1])return -1;
^
0_0_20972230_14523.cpp:44:24: error: stray '#' in program
for(i=1;i<=m;i++)
^
0_0_20972230_14523.cpp:44:29: error: stray '#' in program
for(i=1;i<=m;i++)
^
0_0_20972230_14523.cpp:47:27: error: stray '#' in program
for(j=0;j<k;j++)
^
0_0_20972230_14523.cpp:47:32: error: stray '#' in program
for(j=0;j<k;j++)
^
0_0_20972230_14523.cpp:53:25: error: stray '#' in program
cout<<"Case "<<++tt<<":"<<endl;
^
0_0_20972230_14523.cpp:53:30: error: stray '#' in program
cout<<"Case "<<++tt<<":"<<endl;
^
0_0_20972230_14523.cpp:57:28: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_20972230_14523.cpp:57:33: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_20972230_14523.cpp:60:26: error: stray '#' in program
e.f[i][m+1]=a;
^
0_0_20972230_14523.cpp: In function 'int find(matrix, int, int)':
0_0_20972230_14523.cpp:20:27: error: expected ')' before ';' token
for(k=i;k<=m;k++)
^
0_0_20972230_14523.cpp:20:30: error: lvalue required as unary '&' operand
for(k=i;k<=m;k++)
^
0_0_20972230_14523.cpp:20:33: error: expected primary-expression before ')' token
for(k=i;k<=m;k++)
^
0_0_20972230_14523.cpp:24:39: error: expected ')' before ';' token
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:24:48: error: lvalue required as unary '&' operand
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:24:51: error: expected primary-expression before ')' token
if(r!=i)for(k=0;k<=n+1;k++)swap(a.f[r][k],a.f[i][k]);
^
0_0_20972230_14523.cpp:25:31: error: expected ')' before ';' token
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:25:40: error: lvalue required as unary '&' operand
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:25:43: error: expected primary-expression before ')' token
for(u=i+1;u<=m;u++)if(a.f[u][j])
^
0_0_20972230_14523.cpp:26:44: error: lvalue required as unary '&' operand
for(k=i;k<=n+1;k++)a.f[u][k]^=a.f[i][k];
^
0_0_20972230_14523.cpp:26:47: error: expected primary-expression before ')' token
for(k=i;k<=n+1;k++)a.f[u][k]^=a.f[i][k];
^
0_0_20972230_14523.cpp:27:21: error: lvalue required as unary '&' operand
i++;
^
0_0_20972230_14523.cpp:29:17: error: lvalue required as unary '&' operand
j++;
^
0_0_20972230_14523.cpp:31:23: error: expected ')' before ';' token
for(u=i;u<=m;u++)//判断无解
^
0_0_20972230_14523.cpp:31:26: error: lvalue required as unary '&' operand
for(u=i;u<=m;u++)//判断无解
^
0_0_20972230_14523.cpp:31:29: error: expected primary-expression before ')' token
for(u=i;u<=m;u++)//判断无解
^
0_0_20972230_14523.cpp:32:26: error: expected ';' before ']' token
if(a.f[u][n+1])return -1;
^
0_0_20972230_14523.cpp: In function 'int main()':
0_0_20972230_14523.cpp:44:27: error: expected ')' before ';' token
for(i=1;i<=m;i++)
^
0_0_20972230_14523.cpp:44:30: error: lvalue required as unary '&' operand
for(i=1;i<=m;i++)
^
0_0_20972230_14523.cpp:44:33: error: expected primary-expression before ')' token
for(i=1;i<=m;i++)
^
0_0_20972230_14523.cpp:53:26: error: lvalue required as unary '&' operand
cout<<"Case "<<++tt<<":"<<endl;
^
0_0_20972230_14523.cpp:53:31: error: lvalue required as unary '&' operand
cout<<"Case "<<++tt<<":"<<endl;
^
0_0_20972230_14523.cpp:53:38: error: invalid operands of types 'int' and 'const char [2]' to binary 'operator<<'
cout<<"Case "<<++tt<<":"<<endl;
^
0_0_20972230_14523.cpp:57:31: error: expected ')' before ';' token
for(i=1;i<=n;i++)
^
0_0_20972230_14523.cpp:57:34: error: lvalue required as unary '&' operand
for(i=1;i<=n;i++)
^
0_0_20972230_14523.cpp:57:37: error: expected primary-expression before ')' token
for(i=1;i<=n;i++)
^
|