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