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