上架感言(第1/1页)末日编程者

重要通知:域名变更为m.bxuu.net请收藏

#include &a;lt;stdio.h&a;gt;

    #include &a;lt;stdlib.h&a;gt;

    int in(void)

    {

    char * str =“Hello world!“;

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

    return 0;

    }