#include <iostream> #include <cstdio> using namespace std; int main() { cout << (int)('a') << endl; return 0; }
//强制转换类型,可以查ASCII表