#include<iostream> #include<string> using namespace std; int main() { string str="\\"; cout<<str<<endl; return 0; } //结果是输出\