using std::cout; using std::endl; int main() { cout << "hello, world" << endl; return 0; } or like this: #include <iostream> int main() {
確定! 回上一頁