3001:【例2.1】Hello World

#include
using namespace std;
int main()
{
	cout<<"hello world";
	return 0;
}

你可能感兴趣的:(算法)