当前位置:网站首页>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;
}边栏推荐
- 2021 geek challenge Web
- [extensive reading of papers] multimodal joint attribute prediction and value extraction for e-commerce product
- PHP conditional operator
- Double pointer circular linked list
- Effect of shadow around the block after mouse over
- CCF call auction (full mark code + problem solving ideas + skill summary) 201412 - 3
- Data recovery software easyrecovery15 Download
- Computer screenshot how to cut the mouse in
- DiceCTF - knock-knock
- Error $(...) size is not a function
猜你喜欢

Thinkphp5 log file contains trick

Ctfshow getting started with the web (ThinkPHP topic)

CCF image rotation (Full Score code + problem solving idea) 201503-01

CCF elimination games (Full Score code + problem solving ideas + skill summary) February 2, 2015

CCF adjacent number pairs (Full Score code + problem solving ideas + skill summary) 201409-1

CCF command line options (Full Score code + problem solving ideas + skill summary) March 3, 2014

CCF call auction (full mark code + problem solving ideas + skill summary) 201412 - 3

DiceCTF - knock-knock

JS to realize simple lottery function

Sum of CCF digits (full mark code + problem solving idea) 201512-1
随机推荐
After the MySQL service on the local computer is started and stopped, some services will automatically stop when they are not used by other services or programs
How to program and process such parts?
How does hbuilder display in columns?
Repair of incorrect deletion of win10 boot entry
Problem: wechat developer tool visitor mode cannot use this function
Sum of squares of two pointers
CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
CCF Z-scan (full mark code + problem solving ideas) 201412-2
The first dark spring cup dnuictf
Double pointer circular linked list
CCF access control system (Full Score code + problem solving idea) 201412-1
Non decreasing column
Sorting by character frequency
Color classification of sorting
Error $(...) size is not a function
Laravel8 custom log directory, rename
2021-05-12
Effect of shadow around the block after mouse over
Maximum area of islands searched
Summary of C language interview questions