摘要: #include<bits/stdc++.h> using namespace std; int a[100001]; double ave[100001]; struct student{ int i; double ave; }; student stu[100001]; bool cmp(co 阅读全文
posted @ 2020-09-19 17:17 菜包妄想做肉包 阅读(68) 评论(0) 推荐(0)