跳到內容

理解 C++/互動

來自 Wikibooks,開放世界的開放圖書
#include <iostream>
using namespace std;

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