标签:io os sp bs c++ ios nbsp return c
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
cout << "hello world" <<endl;
cin.get();
return 0;
}
ctrl+f5
标签:io os sp bs c++ ios nbsp return c
原文地址:http://www.cnblogs.com/alazalazalaz/p/4059775.html