从零开始的leetcode刷题——第6题

char* convert(char* s, int numRows) { int len=strlen(s); int *num; int i=0,j=1,k=0; char *p; int temp=0; if(numRows==1) return s; num=(int*)malloc(len*sizeof(int)
相关文章
相关标签/搜索