結果

問題 No.752 mod数列
ユーザー cielciel
提出日時 2020-02-08 19:20:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 859 ms / 2,000 ms
コード長 184 bytes
コンパイル時間 257 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 30,336 KB
最終ジャッジ日時 2024-09-25 11:09:31
合計ジャッジ時間 19,490 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 177 ms
12,288 KB
testcase_01 AC 177 ms
12,544 KB
testcase_02 AC 176 ms
12,416 KB
testcase_03 AC 176 ms
12,416 KB
testcase_04 AC 178 ms
12,416 KB
testcase_05 AC 176 ms
12,544 KB
testcase_06 AC 176 ms
12,288 KB
testcase_07 AC 176 ms
12,416 KB
testcase_08 AC 179 ms
12,416 KB
testcase_09 AC 181 ms
12,288 KB
testcase_10 AC 208 ms
20,096 KB
testcase_11 AC 195 ms
15,872 KB
testcase_12 AC 205 ms
18,944 KB
testcase_13 AC 196 ms
17,024 KB
testcase_14 AC 208 ms
20,224 KB
testcase_15 AC 669 ms
13,184 KB
testcase_16 AC 718 ms
15,616 KB
testcase_17 AC 838 ms
30,336 KB
testcase_18 AC 744 ms
18,816 KB
testcase_19 AC 767 ms
20,736 KB
testcase_20 AC 811 ms
23,680 KB
testcase_21 AC 810 ms
23,424 KB
testcase_22 AC 831 ms
23,296 KB
testcase_23 AC 840 ms
24,448 KB
testcase_24 AC 828 ms
25,600 KB
testcase_25 AC 395 ms
26,496 KB
testcase_26 AC 726 ms
29,824 KB
testcase_27 AC 569 ms
25,856 KB
testcase_28 AC 669 ms
29,568 KB
testcase_29 AC 802 ms
29,184 KB
testcase_30 AC 859 ms
27,648 KB
testcase_31 AC 175 ms
12,288 KB
testcase_32 AC 172 ms
12,160 KB
testcase_33 AC 193 ms
18,432 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