Run ID:91271

提交时间:2024-09-21 14:55:37

#include<iostream> using namespace std; int main(){ int a=73; cout<<char(a)<<endl; }