摘要: AtCoder Beginner Contest 234 A - Weird Function 思路:模拟 Code: #include <bits/stdc++.h> using namespace std; const int N=1e5+10; typedef long long ll; ll 阅读全文
posted @ 2022-01-14 18:00 Wraith-Fiee 阅读(146) 评论(0) 推荐(0)