2010年7月30日 星期五

高中 d483: hello, world



想看題目請點我

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