0_0_19617164_7257.cpp: In function 'bool solve()':
0_0_19617164_7257.cpp:59:38: error: expected unqualified-id before 'int'
int dx=i+d[0][i],int dy=j+d[1][i];
^
0_0_19617164_7257.cpp:60:37: error: 'dy' was not declared in this scope
if(dx>=0&&dx<9&&dy>=0&&dy<9&&g[dx][dy]=='o'){
^
|