当前位置:网站首页>1135: paired base chain
1135: paired base chain
2022-06-30 14:49:00 【I would, I think】
#include<string.h>
#include<iostream>
using namespace std;
int main()
{
char a[256];
cin.getline(a,256);
for(int i=0;i<strlen(a);i++)
{
if(a[i]=='A')
{
cout<<"T";
}
else if(a[i]=='T')
{
cout<<"A";
}
else if(a[i]=='C')
{
cout<<"G";
}
else
{
cout<<"C";
}
}
return 0;
}边栏推荐
- [extensive reading of papers] multimodal attribute extraction
- Larave8 JWT API expiration custom error return
- ThinkPHP show method parameter controllable command execution
- Lihongyi machine learning 2020 homework summary
- Laravel8 custom log directory, rename
- Why is the resolution of the image generated by PHP GD library 96? How to change it to 72
- DiceCTF - knock-knock
- Non decreasing column
- Searching for single element in dichotomy
- Vue returns to the previous page without refreshing the page / Vue caches the page
猜你喜欢

1 figure to explain the difference and connection between nodejs and JS

【BUUCTF】 Have Fun

Svn password forgetting solution

2021-05-12

CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014

Error on datetime when importing SQL file from MySQL

@PathVariable

Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~

Thinkphp5 log file contains trick
![【BUUCTF】[GXYCTF2019]Ping Ping Ping1](/img/dc/4d87dfb0c2fa9cd75b54e092fd3971.jpg)
【BUUCTF】[GXYCTF2019]Ping Ping Ping1
随机推荐
Why do high precision CNC machining centers have errors? You should pay attention to these four reasons!
高精度CNC加工中心为什么会出现误差?这4个原因你要注意!
CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
V3 01_ Welcome
Sum of squares of two pointers
CCF image rotation (Full Score code + problem solving idea) 201503-01
Steps for commissioning of vertical machining center
Vue returns to the previous page without refreshing the page / Vue caches the page
The difference between settimeout() and setinterval()
高清机械原理 · 机械设计经典动图
Error on datetime when importing SQL file from MySQL
左旋梯形螺纹的编程
Uniapp upload image method
Color classification of sorting
Invalid argument during startup: Failed to open the . conf file: redis-window
An error is reported when installing dataspherestudio doc: invalid default value for 'update_ time‘
数控加工中心打刀缸工作原理及故障处理
K high frequency elements before sorting
2021-08-05 leetcode notes
[extensive reading of papers] a delicious recipe analysis framework for exploring multi modal recipes with variable attributes