C++自学第一天-->打印

#include <iostream>

using namespace std

int main()

{

        cout <<"hello C++"<< endl;

        system("pause");

        return 0;

}

猜你喜欢

转载自blog.csdn.net/qq_42264030/article/details/124835439