问题标题: 酷町堂:7808

0
0
已解决
张云瀚
张云瀚
初级天翼
初级天翼

题目链接: 酷町堂:7808

#include<iostream>
#include<algorithm>
#include<string>
using namespace std;
int main(){
    cout<<"He said:\"The symbol is '''\".";
    return 0;
}
 


0
已采纳
王施博
王施博
中级守护
中级守护

这道题要转义字符

0
0
熊潇然
熊潇然
初级启示者
初级启示者

先输出He said:

再输出字符 "

然后输出 The symbol is '\\'

输出字符 "

最后输出 字符 .

 

稍微有点麻烦

我要回答