笔趣阁 //www.boquge.com/book/75118/ 为您提供末日编程者全文阅读!注册本站用户,获取免费书架,追书更方便!
#include
#include
intmain(void)
{
char*str=“Helloworld!“;
printf(“%s“,str);
return0;
}
#include
intmain(void)
{
char*str=“Helloworld!“;
printf(“%s“,str);
return0;
}