結果

問題 No.752 mod数列
ユーザー cielciel
提出日時 2018-11-11 10:15:36
言語 Ruby
(3.3.0)
結果
AC  
実行時間 825 ms / 2,000 ms
コード長 184 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 30,464 KB
最終ジャッジ日時 2024-05-06 13:25:29
合計ジャッジ時間 17,917 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 158 ms
12,544 KB
testcase_01 AC 162 ms
12,544 KB
testcase_02 AC 149 ms
12,416 KB
testcase_03 AC 151 ms
12,416 KB
testcase_04 AC 168 ms
12,160 KB
testcase_05 AC 152 ms
12,416 KB
testcase_06 AC 157 ms
12,416 KB
testcase_07 AC 159 ms
12,288 KB
testcase_08 AC 160 ms
12,416 KB
testcase_09 AC 159 ms
12,544 KB
testcase_10 AC 184 ms
20,096 KB
testcase_11 AC 173 ms
15,616 KB
testcase_12 AC 190 ms
19,072 KB
testcase_13 AC 182 ms
17,024 KB
testcase_14 AC 186 ms
20,224 KB
testcase_15 AC 662 ms
13,184 KB
testcase_16 AC 639 ms
15,744 KB
testcase_17 AC 733 ms
30,464 KB
testcase_18 AC 662 ms
18,944 KB
testcase_19 AC 680 ms
20,736 KB
testcase_20 AC 759 ms
23,680 KB
testcase_21 AC 723 ms
23,296 KB
testcase_22 AC 727 ms
23,296 KB
testcase_23 AC 824 ms
24,576 KB
testcase_24 AC 825 ms
25,728 KB
testcase_25 AC 336 ms
26,624 KB
testcase_26 AC 624 ms
29,952 KB
testcase_27 AC 483 ms
25,856 KB
testcase_28 AC 632 ms
29,568 KB
testcase_29 AC 745 ms
29,056 KB
testcase_30 AC 766 ms
27,776 KB
testcase_31 AC 156 ms
12,160 KB
testcase_32 AC 155 ms
12,288 KB
testcase_33 AC 170 ms
18,688 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

ENV[Z='RUBY_THREAD_VM_STACK_SIZE']||exec({Z=>?5*8},'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