C语言在屏幕上打印一条消息,参考以下实现代码:
#include <stdio.h>
int main()
{
printf("this is a test");
printf(" programmers!/n");
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/266388.html
C语言在屏幕上打印一条消息,参考以下实现代码:
#include <stdio.h>
int main()
{
printf("this is a test");
printf(" programmers!/n");
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/266388.html