C++的hello,world.

    科技2025-05-06  58

    C++的hello,world.

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