2017年8月8日

hdu 6092

摘要: 思路:根据前面可能造成后面的情况,再相减即为该数的个数,背包 阅读全文

posted @ 2017-08-08 21:32 hhhhx 阅读(121) 评论(0) 推荐(0)

hdu 6090

摘要: 思路:菊花状的图。。。注意边大于构成完全图的情况 阅读全文

posted @ 2017-08-08 21:31 hhhhx 阅读(114) 评论(0) 推荐(0)

hdu 6095

摘要: 1 #include 2 using namespace std; 3 typedef long long ll; 4 const int N=1e5+10; 5 ll a[N]; 6 int main(){ 7 int t ; 8 cin>>t; 9 while(t--){ 10 int n; 11 ll k; 12 ... 阅读全文

posted @ 2017-08-08 21:30 hhhhx 阅读(101) 评论(0) 推荐(0)

导航