#A. 初赛模拟一
初赛模拟一
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
格式如下: 每一部分,单独输出一行,一共三个部分,不会写的题不要空着,否则长度不能对齐,不会写的题请猜一个答案。
#include <iostream>
#include <string>
using namespace std;
string part_1 = "AAAABBCACCBBCBA";
string part_2 = "TTFTAATFTAACFTFBAB";
string part_3 = "AAAABBBCCA";
int main() {
cout << part_1 << endl;
cout << part_2 << endl;
cout << part_3 << endl;
return 0;
}
http://20.239.68.122/file/2/0001.jpg http://20.239.68.122/file/2/0002.jpg http://20.239.68.122/file/2/0003.jpg http://20.239.68.122/file/2/0004.jpg http://20.239.68.122/file/2/0005.jpg http://20.239.68.122/file/2/0006.jpg http://20.239.68.122/file/2/0007.jpg http://20.239.68.122/file/2/0008.jpg http://20.239.68.122/file/2/0009.jpg http://20.239.68.122/file/2/0010.jpg