Piotr's Ants UVA - 10881 (我的天,晚安晚安~~)

  #include <iostream> #include<stdio.h> #include<algorithm> #include<map> using namespace std; const int maxn=10009; struct st { int id; int x; int i; } a[maxn],b[maxn]; bool cmp(st a,st
相關文章
相關標籤/搜索