2139 - 2024初赛模拟卷S5
Description
#include <string>
#include <iostream>
using namespace std;
string ans;
int main() {
	int i;	
	ans+="";//选择题
	ans+="";//程序阅读1
	ans+="";//程序阅读2
	ans+="";//程序阅读3
	ans+="";//程序填空1
	ans+="";//程序填空2
	cin>>i; 
    cout<<ans[i-1]<<endl;
    return 0;
}

请提交上面的代码,并在双引号里面填入答案,注意大写,判断题对A,错B




Input
Output
Examples

Input


                    

Output


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