結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 160 ms
12,416 KB
testcase_01 AC 155 ms
12,416 KB
testcase_02 AC 152 ms
12,288 KB
testcase_03 AC 156 ms
12,288 KB
testcase_04 AC 147 ms
12,032 KB
testcase_05 AC 145 ms
12,416 KB
testcase_06 AC 148 ms
12,288 KB
testcase_07 AC 147 ms
12,544 KB
testcase_08 AC 147 ms
12,288 KB
testcase_09 AC 146 ms
12,288 KB
testcase_10 AC 173 ms
20,480 KB
testcase_11 AC 161 ms
15,616 KB
testcase_12 AC 168 ms
18,944 KB
testcase_13 AC 166 ms
17,024 KB
testcase_14 AC 180 ms
20,352 KB
testcase_15 AC 665 ms
12,544 KB
testcase_16 AC 651 ms
15,616 KB
testcase_17 AC 724 ms
30,336 KB
testcase_18 AC 678 ms
18,176 KB
testcase_19 AC 744 ms
20,224 KB
testcase_20 AC 715 ms
23,168 KB
testcase_21 AC 753 ms
22,784 KB
testcase_22 AC 770 ms
22,656 KB
testcase_23 AC 805 ms
23,552 KB
testcase_24 AC 823 ms
22,912 KB
testcase_25 AC 364 ms
26,112 KB
testcase_26 AC 607 ms
29,440 KB
testcase_27 AC 480 ms
25,088 KB
testcase_28 AC 589 ms
29,184 KB
testcase_29 AC 698 ms
26,624 KB
testcase_30 AC 794 ms
27,264 KB
testcase_31 AC 160 ms
12,160 KB
testcase_32 AC 151 ms
12,032 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(-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