标签:world 思路 test class ret return std 代码 include
Test
Test
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}
标签:world 思路 test class ret return std 代码 include
原文地址:https://www.cnblogs.com/YDDDD/p/10992393.html