Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
问题
03字符转ASCLL码
答案
赖泓宇
•
8小时前
#include<bits/stdc++.h>
usingnamespacestd;
intmain(){
chara;
cin>>a;
cout<<int(a);
}迷你七月
评论:
回复