正常文本开头
#include <iostream> using namespace std; int main() { cout << "hello world" << endl; int a = 0; a++; return 0; }
这是正常文本 成功!纪念一下