摘要:
传送门 ## T1区间修改+单点查询。差分树状数组。 #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int MAXN = 10000005; inline int rd(){ int 阅读全文
摘要:
突然意识到以前写的都是假的dij,感谢GhostCai神犇。 #include<iostream> #include<cstdio> #include<cstring> #include<queue> #define int long long using namespace std; const 阅读全文