結果

問題 No.752 mod数列
ユーザー cielciel
提出日時 2018-11-11 09:32:39
言語 Ruby
(3.4.1)
結果
AC  
実行時間 829 ms / 2,000 ms
コード長 204 bytes
コンパイル時間 255 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 30,336 KB
最終ジャッジ日時 2024-11-28 15:12:31
合計ジャッジ時間 18,415 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 173 ms
12,416 KB
testcase_01 AC 174 ms
12,416 KB
testcase_02 AC 173 ms
12,288 KB
testcase_03 AC 174 ms
12,416 KB
testcase_04 AC 176 ms
12,288 KB
testcase_05 AC 175 ms
12,672 KB
testcase_06 AC 172 ms
12,416 KB
testcase_07 AC 171 ms
12,416 KB
testcase_08 AC 174 ms
12,416 KB
testcase_09 AC 175 ms
12,416 KB
testcase_10 AC 200 ms
20,096 KB
testcase_11 AC 189 ms
15,872 KB
testcase_12 AC 197 ms
18,944 KB
testcase_13 AC 195 ms
17,024 KB
testcase_14 AC 205 ms
20,352 KB
testcase_15 AC 661 ms
12,672 KB
testcase_16 AC 708 ms
15,488 KB
testcase_17 AC 813 ms
30,336 KB
testcase_18 AC 722 ms
18,304 KB
testcase_19 AC 744 ms
20,224 KB
testcase_20 AC 791 ms
23,040 KB
testcase_21 AC 804 ms
23,040 KB
testcase_22 AC 792 ms
23,040 KB
testcase_23 AC 801 ms
23,424 KB
testcase_24 AC 803 ms
23,040 KB
testcase_25 AC 375 ms
25,984 KB
testcase_26 AC 678 ms
29,440 KB
testcase_27 AC 526 ms
25,216 KB
testcase_28 AC 638 ms
29,184 KB
testcase_29 AC 752 ms
26,496 KB
testcase_30 AC 829 ms
27,264 KB
testcase_31 AC 173 ms
12,288 KB
testcase_32 AC 174 ms
12,288 KB
testcase_33 AC 191 ms
18,560 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(-1+x=P/(P/n+1)+1)+(P%n+P%x)*(n-x+1)/2 end
P,q=gets.split.map &:to_i
q.times{l,r=gets.split.map &:to_i;p C(r)-C(l-1)}
0