Select n cities from the world map, and a[i] represents the asset value owned by the i-th city. Then there will be several operations. Each turn is to choose the city in the interval [l, r] and increase their asset value by c. And finally, it is required to give the asset value of each city after q operations. ------------------------------------------------------ 从世界地图从选出 n 个城市,a[i]表示选出的第 i 个城市的值。 接下来会有 q 个操作。每一次从区间[l, r]中选出城市,并把它们的值提高 c。 最终求得各个城市的值。