C++的hello,world.

    科技2025-05-06  76

    C++的hello,world.

    #include <iostream> using namespace std; int main() { cout << "hello,world." << endl; }
    Processed: 0.017, SQL: 8