当铺密码
将ASCii码转换成字符
#include <iostream> using namespace std; int main() { char a=77; cout<<a<<endl; return 0; }