/* This is my first c++ program */ using namespace std; #include <iostream> int main() { cout << "Hello world!" << endl; cout << "Welcome to C++ programming!" < ...
確定! 回上一頁