Run ID:91281
提交时间:2024-09-21 15:00:05
#include<iostream> using namespace std; int main(){ int b = 65; cout<<char(b)<<endl; }