1890 - GESP4级B卷
描述

A.O(n)

输入
#include <string>
#include <iostream>
using namespace std;
string ans;
int main() {
	int i;	//请输入读入的答案 
	ans ="ABCDA";//1-5选择题 
	ans+="ABCDA"; 
	ans+="ABCDA";
	ans+="TFFTF";//1-5判断题 
	ans+="TFFTF";
	cin>>i; 
    cout<<ans[i]<<endl;
    return 0;
}

请在ans处输入你这题的答案,然后直接提交程序即可!

输出
样例

输入


                    

输出


                    
题目参数
时间限制 1 秒
内存限制 128 MB
提交次数 6
通过次数 0