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