結果

問題 No.752 mod数列
ユーザー cielciel
提出日時 2020-08-14 01:43:51
言語 Crystal
(1.11.2)
結果
AC  
実行時間 216 ms / 2,000 ms
コード長 243 bytes
コンパイル時間 12,739 ms
コンパイル使用メモリ 299,056 KB
実行使用メモリ 19,888 KB
最終ジャッジ日時 2024-06-30 20:58:17
合計ジャッジ時間 18,677 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 2 ms
6,812 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,948 KB
testcase_04 AC 2 ms
6,944 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 2 ms
6,940 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 12 ms
7,936 KB
testcase_11 AC 8 ms
6,940 KB
testcase_12 AC 11 ms
7,424 KB
testcase_13 AC 9 ms
6,944 KB
testcase_14 AC 13 ms
8,064 KB
testcase_15 AC 158 ms
6,940 KB
testcase_16 AC 172 ms
6,944 KB
testcase_17 AC 214 ms
19,888 KB
testcase_18 AC 176 ms
10,384 KB
testcase_19 AC 182 ms
9,600 KB
testcase_20 AC 205 ms
16,352 KB
testcase_21 AC 202 ms
16,356 KB
testcase_22 AC 203 ms
16,280 KB
testcase_23 AC 203 ms
15,516 KB
testcase_24 AC 211 ms
16,252 KB
testcase_25 AC 71 ms
12,800 KB
testcase_26 AC 175 ms
18,296 KB
testcase_27 AC 124 ms
12,416 KB
testcase_28 AC 160 ms
17,396 KB
testcase_29 AC 195 ms
16,212 KB
testcase_30 AC 216 ms
18,536 KB
testcase_31 AC 2 ms
6,940 KB
testcase_32 AC 2 ms
6,944 KB
testcase_33 AC 10 ms
7,040 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

lib C;fun strtoll(s: UInt8*,p: UInt8*,b: Int32): Int64;end
M={0=>0_i64}
def c(o,n);M[n]||=c(o,0+(m=o//-~(o//n)))+(o%n+o%-~m)*(n-m)//2 end
o=C.strtoll(gets.not_nil!.split[0],nil,10)
ARGF.each_line{|e|l,r=e.split.map &.to_i;puts c(o,r)-c(o,l-1)}
0