0x00 Link C - Snuke the Cookie Picker 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); #