摘要: 1 #include 2 #define ll long long 3 using namespace std; 4 ll n,m; 5 struct sb 6 { 7 ll l,r,sum,add; 8 }t[1000100*4]; 9 ll aa[1000100]; 10 void build(ll a,ll b,ll k) 11 { 12 t[k].l=a... 阅读全文
posted @ 2019-03-06 20:53 Melted_czj 阅读(154) 评论(0) 推荐(0)
body { background-color:whitesmoke; } // 修改背景颜色为半透明 #home,#sideBarMain>div,#blog-sidecolumn>div>div,.catListView{ background-color:rgba(255,255,255,0); } // 修改其他边框的颜色