摘要: AtCoder Beginner Contest 234 A - Weird Function 思路分析: 直接写就行 代码如下: #include <bits/stdc++.h> using namespace std; #define ll long long ll f(ll x) { retu 阅读全文
posted @ 2022-01-09 19:40 zhy-cx 阅读(155) 评论(0) 推荐(0)