0_0_21582999_10390.cpp:49:28: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:49:34: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:51:28: error: stray '#' in program
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:51:32: error: stray '#' in program
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:51:34: error: stray '#' in program
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:63:28: error: stray '#' in program
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:63:34: error: stray '#' in program
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:65:28: error: stray '#' in program
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:65:32: error: stray '#' in program
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:65:34: error: stray '#' in program
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:77:28: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:77:34: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:28: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:34: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:98:28: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:98:34: error: stray '#' in program
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp: In function 'void creat_ma()':
0_0_21582999_10390.cpp:49:29: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:49:31: error: expected ')' before ';' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:49:35: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:49:38: error: expected primary-expression before ')' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:51:29: error: lvalue required as unary '&' operand
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:51:31: error: expected ')' before ';' token
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:51:35: error: lvalue required as unary '&' operand
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:51:38: error: expected primary-expression before ')' token
if(str[i][j]=='#')
^
0_0_21582999_10390.cpp:63:29: error: lvalue required as unary '&' operand
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:63:31: error: expected ')' before ';' token
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:63:35: error: lvalue required as unary '&' operand
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:63:38: error: expected primary-expression before ')' token
if(str[j][i]=='*')
^
0_0_21582999_10390.cpp:65:29: error: lvalue required as unary '&' operand
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:65:31: error: expected ')' before ';' token
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:65:35: error: lvalue required as unary '&' operand
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:65:38: error: expected primary-expression before ')' token
if(str[j][i]=='#')
^
0_0_21582999_10390.cpp:77:29: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:77:31: error: expected ')' before ';' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:77:35: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:77:38: error: expected primary-expression before ')' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:29: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:31: error: expected ')' before ';' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:35: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:86:38: error: expected primary-expression before ')' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:88:13: error: 'else' without a previous 'if'
else
^
0_0_21582999_10390.cpp:98:29: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:98:31: error: expected ')' before ';' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:98:35: error: lvalue required as unary '&' operand
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:98:38: error: expected primary-expression before ')' token
if(str[i][j]=='*')
^
0_0_21582999_10390.cpp:100:13: error: 'else' without a previous 'if'
else
^
|