Run ID:91326
提交时间:2024-09-21 15:39:22
#include<iostream> using namespace std; int main(){ char b = '+'; cout<<int(b)<<endl; }