#include<stdlib.h>
#include<stdio.h>
int main()
{
puts("天");
puts("地");
puts("人");
system("pause");
return 0;
}
明解C语言1-7
最新推荐文章于 2024-11-15 19:02:03 发布
#include<stdlib.h>
#include<stdio.h>
int main()
{
puts("天");
puts("地");
puts("人");
system("pause");
return 0;
}
335
356
129
560

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