夜间模式
观察以下代码,它的运行结果会是怎么样呢?
#include <iostream> using namespace std; int main() { int a = 'a'; cout << a << endl; return 0; }
输入密码才能查看参考答案噢
验证