摘要: D. Unnatural Language Processing 给字符串元素按要求间隔”.“ #include<bits/stdc++.h> using namespace std; void solve(){ int n; string s; cin>>n>>s; string o=s; for 阅读全文
posted @ 2024-01-04 23:59 yufan1102 阅读(48) 评论(0) 推荐(0) 编辑
摘要: A. Least Product 求乘积最小,可以改数组元素 #include<bits/stdc++.h> #define int long long using namespace std; void solve(){ int n; cin>>n; int ans=1; for(int i=1; 阅读全文
posted @ 2024-01-04 23:31 yufan1102 阅读(45) 评论(0) 推荐(0) 编辑