#include<"stdio.h">
int main()
{
printf("Hello word")
return 0;
}
C语言第一个程序
最新推荐文章于 2025-05-27 21:54:45 发布
#include<"stdio.h">
int main()
{
printf("Hello word")
return 0;
}