1900 - GESP4级C卷
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
提交次数 2
通过次数 1