题解 2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e5+1;cha…… 题解列表 2024年07月12日 0 点赞 0 评论 100 浏览 评分:0.0
题解 2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[258];int main(){ cin>>s; for(int i…… 题解列表 2024年07月12日 0 点赞 0 评论 67 浏览 评分:9.9
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5;char …… 题解列表 2024年07月12日 0 点赞 0 评论 32 浏览 评分:0.0
2852: 配对碱基链 摘要:```cpp #include using namespace std; const int N = 1e7; typedef long long ll; char a[N]; int …… 题解列表 2024年07月12日 0 点赞 0 评论 40 浏览 评分:0.0
2852: 配对碱基链 摘要:解题思路:万能的张博维注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[258];int main(){cin>>s;for(i…… 题解列表 2024年07月19日 0 点赞 0 评论 120 浏览 评分:9.9
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:s = input()t = ""for i in s: if i == 'A': t += 'T' elif …… 题解列表 2024年08月01日 0 点赞 0 评论 155 浏览 评分:0.0
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[255]; int i; memset(a,…… 题解列表 2024年11月02日 0 点赞 0 评论 65 浏览 评分:0.0
2852配对碱基链 摘要:解题思路:注意事项:#n=include<string>是引用strlen函数的头文件参考代码:#include<stdio.h>#include<string.h>int main(){ ch…… 题解列表 2024年12月17日 3 点赞 0 评论 88 浏览 评分:10.0