0_0_21595046_7547.cpp:46:30: error: stray '#' in program
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp:46:36: error: stray '#' in program
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp: In function 'int main()':
0_0_21595046_7547.cpp:46:31: error: lvalue required as unary '&' operand
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp:46:33: error: expected ')' before ';' token
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp:46:34: error: 'R' was not declared in this scope
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp:46:40: error: expected primary-expression before ')' token
if(A[i][j]=='R')dp[i][j]=0;
^
0_0_21595046_7547.cpp:47:17: error: 'else' without a previous 'if'
else{
^
|