kZjPBD.jpg
摘要: 板子不解释 阅读全文
posted @ 2019-01-24 20:09 Through_The_Night 阅读(169) 评论(0) 推荐(0)
摘要: 题目描述 In the Byteotian Training Centre, the pilots prepare for missions requiring extraordinary precision and control. One measure of a pilot's capabil 阅读全文
posted @ 2019-01-24 10:03 Through_The_Night 阅读(216) 评论(0) 推荐(0)
摘要: 1 #include"bits/stdc++.h" 2 using namespace std; 3 4 int n,k; 5 int dp[3000006][23]; 6 int dp2[3000006][23]; 7 8 int query(int l,int r,int type) 9 { 10 int ss=log2(r-l+1); 11 if (ty... 阅读全文
posted @ 2019-01-24 09:13 Through_The_Night 阅读(161) 评论(0) 推荐(0)