标签:main 测试 第一篇 argv ons world int pac code
TOC[]
#include "iostream"
using namespace std;
int main(int argc, char const *argv[])
{
cout << "Hello,World!";
return 0;
}
标签:main 测试 第一篇 argv ons world int pac code
原文地址:https://www.cnblogs.com/wellv5/p/9221886.html