HBC50427获得月份天数数列操作题解 ,a[n],你需要依次进行q个操作,操作有两类: 1 i x:给定i,x,将a[i]加上x; 2 l r:给定l,r,求∑i=lra[i]sum_{i=l}^ra[... 算法基础篇 2023-11-22 52 #HBC50427获得月份天数数列操作题解