Hello,world!

你好,世界!

#include <stdio.h>
int main()
{
 puts("Hello,world!");
 return 0;
}

猜你喜欢

转载自blog.csdn.net/studyingfather/article/details/80371672