0_0_21599613_1951.cpp:28:29: error: stray '#' in program
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:35: error: stray '#' in program
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:46: error: stray '#' in program
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:5: error: stray '\' in program
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:53: error: stray '#' in program
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:30:20: error: stray '#' in program
x=x*10+ch-'0';
^
0_0_21599613_1951.cpp:30:26: error: stray '#' in program
x=x*10+ch-'0';
^
0_0_21599613_1951.cpp:142:31: error: stray '#' in program
if(ch[i][j]=='m')
^
0_0_21599613_1951.cpp:142:37: error: stray '#' in program
if(ch[i][j]=='m')
^
0_0_21599613_1951.cpp:154:31: error: stray '#' in program
if(ch[i][j]=='H')
^
0_0_21599613_1951.cpp:154:37: error: stray '#' in program
if(ch[i][j]=='H')
^
0_0_21599613_1951.cpp: In function 'void read(int&)':
0_0_21599613_1951.cpp:28:30: error: lvalue required as unary '&' operand
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:32: error: expected ')' before ';' token
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:36: error: lvalue required as unary '&' operand
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:47: error: lvalue required as unary '&' operand
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:51: error: 'n' was not declared in this scope
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:57: error: expected primary-expression before ')' token
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp:28:41: error: label 'ch' used but not defined
while(ch=getchar(),ch!=' '&&ch!='\n')
^
0_0_21599613_1951.cpp: In function 'int main()':
0_0_21599613_1951.cpp:142:32: error: lvalue required as unary '&' operand
if(ch[i][j]=='m')
^
0_0_21599613_1951.cpp:142:34: error: expected ')' before ';' token
if(ch[i][j]=='m')
^
0_0_21599613_1951.cpp:142:41: error: expected primary-expression before ')' token
if(ch[i][j]=='m')
^
0_0_21599613_1951.cpp:154:32: error: lvalue required as unary '&' operand
if(ch[i][j]=='H')
^
0_0_21599613_1951.cpp:154:34: error: expected ')' before ';' token
if(ch[i][j]=='H')
^
0_0_21599613_1951.cpp:154:35: error: 'H' was not declared in this scope
if(ch[i][j]=='H')
^
0_0_21599613_1951.cpp:154:41: error: expected primary-expression before ')' token
if(ch[i][j]=='H')
^
|