#include <stdio.h>
int main(void)
{
printf("hello world\n");
return 0;
}
#include <stdio.h>
int main(void)
{
printf("hello world\n");
printf("hello real-world\n");
printf("hello world\n");
return 0;
}
#include <stdio.h>
int main(void)
{
printf("hello world\n");
return 0;
}
printf("hello world\n");
,屏幕显示为:
#include <stdio.h>
int main(void)
{
printf("hello world\n");
printf("hello real-world\n");
return 0;
}
Copyright © 广州京杭网络科技有限公司 2005-2025 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有