摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 const int maxn = 110; 5 bool compare(int a[],int b[]){//a小于b返回真,否则返回假 6 if(a[0]!=b[0] 阅读全文
posted @ 2020-10-26 22:58 ethon-wang 阅读(170) 评论(0) 推荐(0) 编辑