0_0_34019607_11810.cpp: In function 'bool LegalMove()':
0_0_34019607_11810.cpp:126:19: error: expected primary-expression before '/' token
if(from.x-to.x){/Max(from.x,to.y),WA
^
0_0_34019607_11810.cpp:126:37: error: 'WA' was not declared in this scope
if(from.x-to.x){/Max(from.x,to.y),WA
^
0_0_34019607_11810.cpp:127:55: error: expected ';' before ')' token
for(i=Min(from.x,to.x)+1,j=Max(from.x,to.x);i<j;i++)
^
|