0x00 Link B - Fill the Gaps 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)