結果

問題 No.129 お年玉(2)
ユーザー ebicochinealebicochineal
提出日時 2017-04-05 04:27:12
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 266 ms / 5,000 ms
コード長 91 bytes
コンパイル時間 576 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 85,872 KB
最終ジャッジ日時 2024-05-05 23:20:38
合計ジャッジ時間 6,791 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
16,384 KB
testcase_01 AC 266 ms
85,872 KB
testcase_02 AC 26 ms
10,496 KB
testcase_03 AC 26 ms
10,880 KB
testcase_04 AC 25 ms
10,624 KB
testcase_05 AC 139 ms
51,564 KB
testcase_06 AC 97 ms
36,504 KB
testcase_07 AC 153 ms
52,984 KB
testcase_08 AC 168 ms
57,040 KB
testcase_09 AC 86 ms
32,976 KB
testcase_10 AC 169 ms
56,024 KB
testcase_11 AC 117 ms
43,312 KB
testcase_12 AC 33 ms
13,952 KB
testcase_13 AC 31 ms
13,056 KB
testcase_14 AC 96 ms
35,592 KB
testcase_15 AC 91 ms
35,424 KB
testcase_16 AC 122 ms
43,740 KB
testcase_17 AC 78 ms
30,708 KB
testcase_18 AC 155 ms
54,040 KB
testcase_19 AC 207 ms
71,756 KB
testcase_20 AC 135 ms
48,980 KB
testcase_21 AC 81 ms
32,296 KB
testcase_22 AC 126 ms
45,656 KB
testcase_23 AC 166 ms
56,320 KB
testcase_24 AC 228 ms
74,268 KB
testcase_25 AC 118 ms
42,260 KB
testcase_26 AC 146 ms
53,296 KB
testcase_27 AC 138 ms
50,724 KB
testcase_28 AC 124 ms
44,680 KB
testcase_29 AC 26 ms
10,752 KB
testcase_30 AC 25 ms
10,624 KB
testcase_31 AC 27 ms
10,624 KB
testcase_32 AC 26 ms
10,752 KB
testcase_33 AC 26 ms
10,624 KB
testcase_34 AC 29 ms
12,288 KB
testcase_35 AC 26 ms
10,880 KB
testcase_36 AC 32 ms
12,928 KB
testcase_37 AC 29 ms
11,776 KB
testcase_38 AC 52 ms
22,140 KB
testcase_39 AC 48 ms
20,652 KB
testcase_40 AC 66 ms
26,368 KB
testcase_41 AC 90 ms
34,752 KB
testcase_42 AC 72 ms
28,944 KB
testcase_43 AC 35 ms
14,080 KB
testcase_44 AC 224 ms
74,272 KB
testcase_45 AC 57 ms
23,208 KB
testcase_46 AC 35 ms
15,232 KB
testcase_47 AC 216 ms
69,748 KB
testcase_48 AC 167 ms
57,112 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N,M=int(input())//1000,int(input());r=i=1
exec('r=r*(M-i+1)//i;i+=1;'*(N%M))
print(r%10**9)
0