HDU 5955 Guessing the Dice Roll
题目大意:#include <bits/stdc++.h>
using namespace std;typedef long long ll;const int maxn = 100010;struct node{
int x;
ll p;
node(int x,ll p):x(x),p(p){}
node(){}
bool operator<(const n
原创
2016-11-21 13:34:07 ·
490 阅读 ·
0 评论