printf("\"It\'s freezing in here,\"he Said coldly"); //要加“ ‘需要在符号前加\
int main() { std::cout << "\"It's freezing in here,\" he said coldly.\n"; }