提出 #721107
ソースコード 拡げる
n, q = map(int, input().split())
list = [0]*n
for i in range(q):
l, r, t = map(int, input().split())
for j in range(l-1, r):
list[j] = t
for i in list:
print(i)
提出情報
ジャッジ結果
| セット名 | sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| sample | sample01.txt, sample02.txt |
| All | 00.txt, 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, sample01.txt, sample02.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00.txt | AC | 39 ms | 3064 KiB |
| 01.txt | AC | 38 ms | 3064 KiB |
| 02.txt | AC | 39 ms | 3064 KiB |
| 03.txt | AC | 39 ms | 3064 KiB |
| 04.txt | AC | 37 ms | 3064 KiB |
| 05.txt | AC | 38 ms | 3064 KiB |
| 06.txt | AC | 37 ms | 3064 KiB |
| 07.txt | AC | 37 ms | 3064 KiB |
| 08.txt | AC | 40 ms | 3064 KiB |
| 09.txt | AC | 36 ms | 3064 KiB |
| 10.txt | AC | 38 ms | 3064 KiB |
| 11.txt | AC | 38 ms | 3064 KiB |
| 12.txt | AC | 41 ms | 3064 KiB |
| 13.txt | AC | 38 ms | 3064 KiB |
| 14.txt | AC | 38 ms | 3064 KiB |
| 15.txt | AC | 38 ms | 3064 KiB |
| 16.txt | AC | 38 ms | 3064 KiB |
| 17.txt | AC | 38 ms | 3064 KiB |
| 18.txt | AC | 38 ms | 3064 KiB |
| 19.txt | AC | 37 ms | 3064 KiB |
| sample01.txt | AC | 37 ms | 3064 KiB |
| sample02.txt | AC | 38 ms | 3064 KiB |