結果

問題 No.1234 典型RMQ
ユーザー yuruhiyayuruhiya
提出日時 2020-10-08 21:28:17
言語 cLay
(20240714-1)
結果
AC  
実行時間 114 ms / 2,000 ms
コード長 126 bytes
コンパイル時間 4,493 ms
コンパイル使用メモリ 180,500 KB
実行使用メモリ 11,648 KB
最終ジャッジ日時 2024-11-09 02:30:01
合計ジャッジ時間 8,496 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 2 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 107 ms
11,648 KB
testcase_07 AC 75 ms
5,888 KB
testcase_08 AC 114 ms
11,520 KB
testcase_09 AC 97 ms
8,448 KB
testcase_10 AC 112 ms
11,520 KB
testcase_11 AC 110 ms
11,392 KB
testcase_12 AC 92 ms
8,448 KB
testcase_13 AC 76 ms
6,016 KB
testcase_14 AC 93 ms
8,448 KB
testcase_15 AC 90 ms
8,448 KB
testcase_16 AC 114 ms
11,392 KB
testcase_17 AC 93 ms
8,320 KB
testcase_18 AC 67 ms
5,632 KB
testcase_19 AC 114 ms
11,392 KB
testcase_20 AC 55 ms
10,752 KB
testcase_21 AC 106 ms
11,392 KB
testcase_22 AC 75 ms
11,264 KB
testcase_23 AC 74 ms
11,392 KB
testcase_24 AC 76 ms
11,264 KB
testcase_25 AC 74 ms
11,392 KB
testcase_26 AC 77 ms
11,264 KB
testcase_27 AC 2 ms
5,248 KB
testcase_28 AC 2 ms
5,248 KB
testcase_29 AC 2 ms
5,248 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
warning: unknown type [segtree<long long>] for rd (reader) : t[Nzj9Y0kE]

ソースコード

diff #

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