#A. 操作序列

    Type: Default 1000ms 256MiB

操作序列

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

有一个长度为 NN 的数列,初始的时候所有数字都是 00。有 MM 次操作,每一次操作会给出闭区间 [l,r][l,r],要求你把 除了这个区间外的所有数字 都加上 xx,请你输出数列最后的样子。

题目描述

输入

第一行两个数字,分别表示 NNMM。后面 MM 行,每行三个数,分别表示 l,r,xl,r,x,代表一次操作。

输出

数列最后的样子。

样例

5 1
2 4 5
5 0 0 0 5
5 3
2 4 5
1 4 3
1 3 2
5 0 0 2 10

数据范围

  • N,M105N,M≤10^5
  • x100x≤100

[北辰杯 North-Star-Cup] 七月月赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-7-21 18:00
End at
2023-7-22 0:00
Duration
6 hour(s)
Host
Partic.
78