#include
using namespace std;
int main()
{
cout << (int)'\1' << endl;
cout << 1 << endl;
cout << (int)'\11' << endl;
cout << 11 << endl;
return 0;
}
请问,(int)'11'这样输出为什么是9啊?
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
走同样的路,发现不同的人生