已采纳 周俊豪 高级光能 string a; int x; getline(cin,a); cin>>x; if(a[x-1]>='A'&&a[x-1]<='Z'){ cout<<"Y"; } else{ cout<<"N"; } so字符串坐标从0开始,如果要判断,就要判断它-1的坐标; 求采纳