結果

問題 No.752 mod数列
ユーザー cielciel
提出日時 2020-02-08 19:26:39
言語 Ruby
(3.3.0)
結果
AC  
実行時間 771 ms / 2,000 ms
コード長 184 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 32,384 KB
最終ジャッジ日時 2024-09-25 11:18:03
合計ジャッジ時間 17,155 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 167 ms
12,416 KB
testcase_01 AC 159 ms
12,416 KB
testcase_02 AC 162 ms
12,288 KB
testcase_03 AC 165 ms
12,288 KB
testcase_04 AC 167 ms
12,288 KB
testcase_05 AC 161 ms
12,544 KB
testcase_06 AC 162 ms
12,416 KB
testcase_07 AC 161 ms
12,288 KB
testcase_08 AC 162 ms
12,416 KB
testcase_09 AC 166 ms
12,544 KB
testcase_10 AC 195 ms
20,224 KB
testcase_11 AC 183 ms
15,744 KB
testcase_12 AC 184 ms
19,072 KB
testcase_13 AC 189 ms
16,896 KB
testcase_14 AC 196 ms
20,352 KB
testcase_15 AC 623 ms
13,056 KB
testcase_16 AC 652 ms
15,872 KB
testcase_17 AC 758 ms
32,384 KB
testcase_18 AC 693 ms
18,944 KB
testcase_19 AC 691 ms
20,352 KB
testcase_20 AC 736 ms
23,808 KB
testcase_21 AC 748 ms
23,424 KB
testcase_22 AC 747 ms
23,424 KB
testcase_23 AC 759 ms
24,192 KB
testcase_24 AC 759 ms
23,680 KB
testcase_25 AC 365 ms
26,496 KB
testcase_26 AC 650 ms
29,824 KB
testcase_27 AC 499 ms
25,856 KB
testcase_28 AC 596 ms
29,312 KB
testcase_29 AC 708 ms
28,928 KB
testcase_30 AC 771 ms
27,776 KB
testcase_31 AC 162 ms
12,288 KB
testcase_32 AC 168 ms
12,160 KB
testcase_33 AC 184 ms
18,560 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

ENV[Z='RUBY_THREAD_VM_STACK_SIZE']||exec({Z=>?9*7},'ruby',$0)
M={0=>0}
def C n;M[n]||=C(m=P/-~(P/n))+(P%n+P%-~m)*(n-m)/2 end
P=gets.to_i
$<.map{|e|l,r=e.split.map &:to_i;p C(r)-C(l-1)}
0