摘要: 1.Coins - AtCoder abc087_b - Virtual Judge (vjudge.net) 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 long long a,b,c,x,ans; 5 int main() 6 { 7 阅读全文
posted @ 2023-11-04 22:43 rw156 阅读(14) 评论(0) 推荐(0)
摘要: 1.B - Beautiful Strings (atcoder.jp) 代码: 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int n; 5 int cnt[500]; 6 string s; 7 int mian() { 8 cin 阅读全文
posted @ 2023-11-04 16:21 rw156 阅读(35) 评论(0) 推荐(0)