2014 ACM/ICPC Asia Regional X
pqdong
智圆行方,厚德载物。
展开
-
HDU 5012 Dice(模拟+BFS)
Problem DescriptionThere are 2 special dices on the table. On each face of the dice, a distinct number was written. Consider a1.a2,a3,a4,a5,a6 to be numbers written on top face, bottom face, left fa...原创 2018-04-16 23:49:21 · 200 阅读 · 0 评论 -
HDU 5014 Number Sequence(二进制+区间贪心)
Problem DescriptionThere is a special number sequence which has n+1 integers. For each number in sequence, we have two rules:● ai ∈ [0,n] ● ai ≠ aj( i ≠ j )For sequence a and sequence b, the i...原创 2018-04-17 10:44:41 · 216 阅读 · 0 评论 -
HDU 5015 233 Matrix(矩阵快速幂模板)
Problem DescriptionIn our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 … in the same meaning. And here is the question: Suppose we have a matrix c...原创 2018-04-17 14:11:42 · 254 阅读 · 0 评论