2852配对碱基链 摘要:解题思路:注意事项:#n=include<string>是引用strlen函数的头文件参考代码:#include<stdio.h>#include<string.h>int main(){ ch…… 题解列表 2024年12月17日 4 点赞 0 评论 535 浏览 评分:10.0
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[255]; int i; memset(a,…… 题解列表 2024年11月02日 0 点赞 0 评论 446 浏览 评分:0.0
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:s = input()t = ""for i in s: if i == 'A': t += 'T' elif …… 题解列表 2024年08月01日 0 点赞 0 评论 754 浏览 评分:0.0
2852: 配对碱基链 摘要:解题思路:万能的张博维注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[258];int main(){cin>>s;for(i…… 题解列表 2024年07月19日 0 点赞 0 评论 546 浏览 评分:9.9
2852: 配对碱基链 ```cpp#includeusingnamespacestd;constintN=1e7;typedeflonglongll;chara[N];intmain(){cin>>a;for(inti=0;i 题解列表 2024年07月12日 0 点赞 0 评论 358 浏览 评分:0.0
2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5;char …… 题解列表 2024年07月12日 0 点赞 0 评论 377 浏览 评分: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 评论 356 浏览 评分:9.9
题解 2852: 配对碱基链 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e5+1;cha…… 题解列表 2024年07月12日 0 点赞 0 评论 460 浏览 评分:0.0
2852: 配对碱基链 摘要:参考代码:s = input() for i in s: if i == 'A': print('T', end='') …… 题解列表 2024年03月23日 0 点赞 0 评论 735 浏览 评分:0.0
2852: 配对碱基链(Java) 摘要:解题思路:注意事项:参考代码:public static void main(String args[]) { Scanner sc=new Scanner(System.in); Str…… 题解列表 2024年02月06日 0 点赞 0 评论 379 浏览 评分:0.0