C++的hello,world.

    科技2025-05-06  72

    C++的hello,world.

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