网站首页
编程语言
数据库
系统相关
其他分享
编程问答
jiangly
2025-01-05
模仿jiangly封装的线段树单点修改模板
https://codeforces.com/contest/2057/problem/D#include<bits/stdc++.h>usingnamespacestd;#definexfirst#defineysecond#defineintlonglong#defineendl'\n'constintN=1e6+10,mod=998244353,INF=1e16;typedefpair<int,int>PI