0_0_20965234_15141.cpp:45:28: error: stray '#' in program
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:45:33: error: stray '#' in program
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:52:30: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:52:45: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:52:50: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:53:37: error: stray '#' in program
sp[j][ax][j][ax+1]=sp[j][ax+1][j][ax]=true;
^
0_0_20965234_15141.cpp:53:53: error: stray '#' in program
sp[j][ax][j][ax+1]=sp[j][ax+1][j][ax]=true;
^
0_0_20965234_15141.cpp:59:30: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:59:45: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:59:50: error: stray '#' in program
for(int j=mn+1; j<=mx; ++j)
^
0_0_20965234_15141.cpp:60:34: error: stray '#' in program
sp[ay][j][ay+1][j]=sp[ay+1][j][ay][j]=true;
^
0_0_20965234_15141.cpp:60:50: error: stray '#' in program
sp[ay][j][ay+1][j]=sp[ay+1][j][ay][j]=true;
^
0_0_20965234_15141.cpp:73:32: error: stray '#' in program
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:73:37: error: stray '#' in program
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:75:28: error: stray '#' in program
int xx=t.x+m[i][0],yy=t.y+m[i][1];
^
0_0_20965234_15141.cpp:75:47: error: stray '#' in program
int xx=t.x+m[i][0],yy=t.y+m[i][1];
^
0_0_20965234_15141.cpp: In function 'int main()':
0_0_20965234_15141.cpp:45:29: error: lvalue required as unary '&' operand
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:45:31: error: expected ')' before ';' token
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:45:34: error: lvalue required as unary '&' operand
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:45:37: error: 'i' was not declared in this scope
for(int i=0; i<3; ++i)
^
0_0_20965234_15141.cpp:73:33: error: lvalue required as unary '&' operand
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:73:35: error: expected ')' before ';' token
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:73:38: error: lvalue required as unary '&' operand
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:73:42: error: expected ';' before ')' token
for(int i=0; i<4; ++i)
^
0_0_20965234_15141.cpp:96:1: error: expected '}' at end of input
}
^
0_0_20965234_15141.cpp:96:1: error: expected '}' at end of input
0_0_20965234_15141.cpp:96:1: error: expected '}' at end of input
|