#2782. [GESP202406 三级 C++] 第 14 题
[GESP202406 三级 C++] 第 14 题
下面可以正确输出 They're planning a party for their friend's birthday. 的C++语句是?( )
{{ select(1) }}
cout << 'They\'re planning a party for their friend'\s birthday." << endl;cout << "They\'re planning a party for their friend's birthday.'<< endl;cout << 'They're planning a party for their friend's birthday.'<< endl;cout << "They\'re planning a party for their friend\'s birthday." << endl;