Run ID:3630

提交时间:2024-06-21 23:35:28

#include<iostream> using namespace std; int main(){ char c; cin>>c; c-(c+65*2)+25; cout<<c<<endl; }