末日编程者 - 上架感言

上一章 目录 下一章
#include stdio.h
    #include stdlib.h
    int main(void)
    {
    char * str =“hello world!“;
    printf(“%s\\r“,str);
    return 0;
    }

添加书签

搜索的提交是按输入法界面上的确定/提交/前进键的

上一章 目录 下一章