1889 - GESP4级A卷
Description

Input
#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;
}

请把选择题的选项按秩序填入程序中,并提交即可判定获得的分数

Output
Examples

Input


                    

Output


                    
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 32
通过次数 4