网站首页 站内搜索

搜索结果

查询Tags标签: srev,共有 2条记录
  • 1019 数字黑洞(用C语言精简的解决每日两题)

    #include<stdio.h> #include<stdlib.h> #include<string.h> int compare(const void *a,const void *b){ //qsot的第四个参数,按递减顺序return (*(char *)b)-(*(char *)a); } char *srev(char *n){ //字符串的反转函数,返回值是反转后的字符串int …

    2021/10/2 23:13:01 人评论 次浏览
  • 1019 数字黑洞(用C语言精简的解决每日两题)

    #include<stdio.h> #include<stdlib.h> #include<string.h> int compare(const void *a,const void *b){ //qsot的第四个参数,按递减顺序return (*(char *)b)-(*(char *)a); } char *srev(char *n){ //字符串的反转函数,返回值是反转后的字符串int …

    2021/10/2 23:13:01 人评论 次浏览
扫一扫关注最新编程教程