struct node{ int a, b; int num; }
我想对结构体中的a,b进行排序,先按a从小到大排,当a一样时,按照b 从小到大排。应该怎么办? 我想是写在结构体里的,可以这样吗?
慕尼黑1170528
相关分类