第一个C++程序

 

C++你好

#include "iostream"
using namespace std;

int main()
{
    cout << "Hello World!!"<< endl;
    return 0;
}

代码解析

posted @ 2024-05-08 01:15  风陵南  阅读(24)  评论(0)    收藏  举报