首页 > 字符统计
头像 瑜画
发表于 2020-11-30 17:32:03
由于考试复习繁忙,具体题解思路暂未更新给出,非常抱歉。这里先给出题目标程,稍后有空闲时间会更新题解思路。 A: #include <bits/stdc++.h> using namespace std; set <char> st; string s; int main() 展开全文
头像 买女孩的小
发表于 2020-11-29 13:27:47
F题明显爆int的,但是用long long就wa强烈要求rejudge! include<bits/stdc++.h> using namespace std;const int N = 500009;int p[N] = {1, 1}, prime[N], pcnt, phi[N] 展开全文