提交时间:2025-01-21 10:33:03

运行 ID: 5086

#include<bits/stdc++.h> using namespace std; int main(){ int a; char b; cin>>b; a=b; a=a+63; b=a; cout<<b; }