- 博客(2)
- 收藏
- 关注
原创 Uva 10881
#include "iostream"#include "algorithm"const int maxn=10000+5;using namespace std;struct Ant{ int id; int p; int d; bool operator<(const Ant &a){ return p<a.p; ...
2019-09-17 17:32:21
98
原创 Uva 11300 分金币
#include <cstdio>#include "algorithm"using namespace std;const int maxn = 100000 + 10;long long a[maxn],c[maxn],tot,M,x;int main() { int n; while (scanf("%d",&n)==1){ to...
2019-09-16 20:36:06
84
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人