結果

問題 No.1234 典型RMQ
ユーザー %20%20
提出日時 2020-10-08 21:45:43
言語 cLay
(20240104-1)
結果
AC  
実行時間 104 ms / 2,000 ms
コード長 123 bytes
コンパイル時間 3,737 ms
コンパイル使用メモリ 179,148 KB
実行使用メモリ 11,600 KB
最終ジャッジ日時 2023-08-08 19:12:04
合計ジャッジ時間 7,943 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,380 KB
testcase_01 AC 1 ms
4,376 KB
testcase_02 AC 1 ms
4,380 KB
testcase_03 AC 1 ms
4,376 KB
testcase_04 AC 2 ms
4,380 KB
testcase_05 AC 2 ms
4,380 KB
testcase_06 AC 99 ms
11,468 KB
testcase_07 AC 76 ms
5,920 KB
testcase_08 AC 103 ms
11,432 KB
testcase_09 AC 91 ms
8,276 KB
testcase_10 AC 100 ms
11,596 KB
testcase_11 AC 99 ms
11,424 KB
testcase_12 AC 88 ms
8,412 KB
testcase_13 AC 77 ms
5,976 KB
testcase_14 AC 91 ms
8,284 KB
testcase_15 AC 89 ms
8,288 KB
testcase_16 AC 104 ms
11,600 KB
testcase_17 AC 90 ms
8,392 KB
testcase_18 AC 65 ms
5,580 KB
testcase_19 AC 104 ms
11,488 KB
testcase_20 AC 56 ms
10,812 KB
testcase_21 AC 101 ms
11,440 KB
testcase_22 AC 75 ms
11,228 KB
testcase_23 AC 73 ms
11,236 KB
testcase_24 AC 73 ms
11,388 KB
testcase_25 AC 74 ms
11,512 KB
testcase_26 AC 77 ms
11,240 KB
testcase_27 AC 2 ms
4,380 KB
testcase_28 AC 2 ms
4,380 KB
testcase_29 AC 1 ms
4,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
warning: unknown type [segtree<long long>] for rd (reader) : t[Nzj9Y0kE]

ソースコード

diff #

segtree<ll>t;{ll@n;t.malloc(n,1);rd(t(n),n);t.build();REP(n){ll@k,@l,@r,@c;t.add(--l,r,c*!--k);if(k)wt(t.getMinVal(l,r));}}
0