leetcode-386-字典序排数-C语言

/** * Note: The returned array must be malloced, assume caller calls free(). */ #define LEN 7 int cmp(int *a, int *b){ char buffer1[LEN]; char buffer2[LEN]; int i; memset(buff
相关文章
相关标签/搜索