这是我的第一篇文章123456789#include <iostream>using namespace std;int main(){ printf("hello, world"); return 0;}