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