网站首页 站内搜索

搜索结果

查询Tags标签: PrintCenterAlign,共有 2条记录
  • 用C语言 写个大佛保佑我的代码无bug

    #include <stdio.h>#include <string.h>void PrintCenterAlign(char *pStr, int Len){int lSpaceNum = (Len - strlen(pStr)) / 2;printf("%*s\n", lSpaceNum + strlen(pStr), pStr);}void PrintGodBless(void){PrintCenterAlign("_ooOoo_&quo…

    2021/12/13 23:18:54 人评论 次浏览
  • 用C语言 写个大佛保佑我的代码无bug

    #include <stdio.h>#include <string.h>void PrintCenterAlign(char *pStr, int Len){int lSpaceNum = (Len - strlen(pStr)) / 2;printf("%*s\n", lSpaceNum + strlen(pStr), pStr);}void PrintGodBless(void){PrintCenterAlign("_ooOoo_&quo…

    2021/12/13 23:18:54 人评论 次浏览
扫一扫关注最新编程教程