团体程序设计天梯赛-练习集 L1-001 Hello World (5分)

在这里插入图片描述

#include <iostream>
using namespace std;
int main() {
    cout << "Hello World!" << endl;
    return 0;
}
发布了53 篇原创文章 · 获赞 33 · 访问量 1266

猜你喜欢

转载自blog.csdn.net/qq_44458489/article/details/104872110
今日推荐