当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

4482:Base pairing

题目描述
  We have two straight parallel DNA single strands. You can shift any strand left or right, but you can not reverse it or bent it.
  Your task is to calculate how many paired bases at most between the two strands. Note that the paired bases can only be A-T, T-A, C-G or G-C.
输入解释
  There is an integer T (1 <= T <= 100) in the first line, indicates there are T test cases in total.
  For each test case, there are two lines, and each line contains one DNA single strand. You can assume that there are only “A”, “T”, “C” or “G” in the two strands. The length of each strand is at least 1 and not more than 30000.
  There are at most 10 test cases that satisfy the total length of the two strands is more than 200.
输出解释
  For each test case, you should output the correct answer in one line.
输入样例
3
ATC
GAT
ATCG
TGC
CTAG
TGAT
输出样例
1
2
3
提示
来自杭电HDUOJ的附加信息
Recommend liuyiding

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-4482

最后修改于 2020-10-25T23:13:57+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
4000/2000MS(Java/Others) 32768/32768K(Java/Others)