C++的hello,world.

    科技2025-05-06  87

    C++的hello,world.

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