2104 - 2024洛谷初赛J组
Description

打印下载

提取码:fp55 


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

Output
Examples

Input


                    

Output


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