結果

問題 No.1234 典型RMQ
ユーザー %20%20
提出日時 2020-10-08 20:58:18
言語 cLay
(20240104-1)
結果
AC  
実行時間 113 ms / 2,000 ms
コード長 135 bytes
コンパイル時間 4,862 ms
コンパイル使用メモリ 181,008 KB
実行使用メモリ 13,128 KB
最終ジャッジ日時 2024-04-26 11:38:39
合計ジャッジ時間 8,249 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 2 ms
6,940 KB
testcase_04 AC 2 ms
6,944 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 104 ms
12,616 KB
testcase_07 AC 74 ms
7,488 KB
testcase_08 AC 113 ms
12,996 KB
testcase_09 AC 89 ms
9,676 KB
testcase_10 AC 98 ms
12,876 KB
testcase_11 AC 95 ms
12,744 KB
testcase_12 AC 88 ms
9,672 KB
testcase_13 AC 74 ms
7,368 KB
testcase_14 AC 92 ms
9,792 KB
testcase_15 AC 87 ms
10,048 KB
testcase_16 AC 102 ms
11,392 KB
testcase_17 AC 92 ms
10,308 KB
testcase_18 AC 64 ms
6,940 KB
testcase_19 AC 100 ms
13,128 KB
testcase_20 AC 54 ms
12,104 KB
testcase_21 AC 101 ms
11,392 KB
testcase_22 AC 73 ms
11,392 KB
testcase_23 AC 73 ms
11,392 KB
testcase_24 AC 72 ms
11,264 KB
testcase_25 AC 72 ms
12,104 KB
testcase_26 AC 72 ms
12,488 KB
testcase_27 AC 2 ms
6,940 KB
testcase_28 AC 2 ms
6,944 KB
testcase_29 AC 1 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
warning: unknown type [segtree<long long>] for rd (reader) : t[i]

ソースコード

diff #

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