我是初学者,在写打印的时候为何出不来。大神指点一下
#include <stdio.h>int main()
(
printf("hollow World\n");
return 0;
)
2022-04-13 15:04
程序代码:#include <stdio.h>
int main()
{
printf("hollow World\n");
return 0;
}
2022-04-13 20:18
2022-04-14 08:21
2022-04-14 08:32
2022-04-24 17:00