跳到内容

理解 C++/交互

来自 Wikibooks,开放世界的开放图书
#include <iostream>
using namespace std;

int main()
{
	cout << "hello";
	return 0;
}
华夏公益教科书