开工第一天,mark一下。
测试下代码
#include <iostream> using namespace std; int main(){ cout << 'hello world' << endl; return 0; }