printf(" %d ", *(result->data+result->offset));
result->offset++;
result=up(result->path+k);
}
printf("\n");
摘自chenbingchenbing的专栏