单选题 难度 3
记住 65 和 97 两个数。
下面代码的输出是( )。 cout << (int)'A' << " " << (int)'a' << " " << (char)('Z' + 32) << endl;