摘要: Codeforces Round 966 (Div. 3) 题解 A 人类检测题,直接判断前两位和后一位加长度即可。 #include <bits/stdc++.h> using namespace std; #define ll long long #define ull unsigned lon 阅读全文