從零開始的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)
相關文章
相關標籤/搜索