@@ -10,10 +10,10 @@ void in()
{
for (int i = 0; i < 4; ++i)
string s;
cin >> s;
for (int j = 0; j < 4; ++j)
if (getchar() == '+')
dddd[i][j] = 1;
getchar();
dddd[i][j] = (s[j] == '+');
}
void dfs(int x, int y)
The note is not visible to the blocked user.