0x00 Link B - Find snuke Source - AtCoder Tag - 芝士水题 Time - ∗ * ∗ 0x01 Source Code // #include <bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define IOS ios::sync_with_stdio(0), cin.tie(0), cout.tie(0); const int dx[] = { 0, 0, 0, 1, 1, 1, -