Blogger
首頁
學習
網誌
雜知識
程式解題
關於作者
2010年7月30日 星期五
高中 d483: hello, world
想看題目請點我
#include<iostream> using namespace std; int main() { cout << "hello, world" << endl; return 0; }
較新的文章
較舊的文章
首頁