千夜阁 > 科幻小说 > 末日编程者 > 上架感言
最新站名:千夜阁 最新网址:www.qianyege.com
#includelt;stdio.hgt;

    #includelt;stdlib.hgt;

    intmain(void)

    {

    char*str=“Helloworld!“;

    printf(“%s\\r“,str);

    return0;

    }