字符串太长可以用 \ 分行写,但是不能空行。
#include <iostream> using namespace std; int main() { cout << "hello, \ MaNongKu.com"; return 0; }