#include<stdio.h>
int main()
{
printf("Welcome to You!");
return 0;
}
实验1-2 Welcome to You! (5分)
最新推荐文章于 2024-11-16 17:20:27 发布
本文介绍了一个简单的C语言程序,该程序使用标准输入输出库来显示欢迎消息。
3110

被折叠的 条评论
为什么被折叠?



