[Login|Register]
Problems

Status

Rank

Problem 1052
DNA配对问题
Time Limit: 1000ms
Memory Limit: 65536kb
Description
根据输入的DNA序列(单链),输出相对应的DNA序列(单链),A对应T,G对应C;
Input
一系列DNA序列(单链),每行包含一个序列;
Output
一系列DNA序列(单链),每行包含一个序列;
Sample Input
AGCT
AACGGT
Sample Output
TCGA
TTGCCA
Hint
输出换行的时候,请不要使用putchar函数。使用printf函数替换。
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.1ms with 1 query(s).