摘要:
题面: 题目描述 在一个地图上有N个地窖(N using namespace std; const int maxn=22; typedef long long ll; int g[maxn][maxn]; int w[maxn],road[maxn]; ll dp[maxn]; int main( 阅读全文
摘要:
题面: One day, sailormoon girls are so delighted that they intend to research about palindromic strings. Operation contains two steps: First step: girls 阅读全文
摘要:
本次网络赛发挥奇差,被各种姿势卡范围、精度、智商。这样下去现场赛堪忧啊QAQ。 下面开始正文,由于B题的标称貌似出现了一些问题,以及H题的考点是计算几何,我对这方面了解为0。所以就先不补了~ A.a*b problem 本题需要注意的就是数据范围,两个2^32-1的数相乘单纯的long long 是 阅读全文