rawstring.cpp
#include <iostream> int main() { using namespace std; cout << R"(Jim "King" Tutt uses "\n" instead of endl.)" << '\n'; cout << R"+*("(Who wouldn't?)", she whispered.)+*" << endl; }
暂无评论,快来发表第一条评论吧!