結果

問題 No.1408 Nice Dice Game
ユーザー NatsubiSoganNatsubiSogan
提出日時 2021-05-09 11:33:22
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 1,624 ms / 2,000 ms
コード長 54 bytes
コンパイル時間 121 ms
コンパイル使用メモリ 11,644 KB
実行使用メモリ 91,444 KB
最終ジャッジ日時 2023-10-18 00:04:43
合計ジャッジ時間 34,536 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,624 ms
54,792 KB
testcase_01 AC 763 ms
54,680 KB
testcase_02 AC 759 ms
54,680 KB
testcase_03 AC 780 ms
54,680 KB
testcase_04 AC 772 ms
54,680 KB
testcase_05 AC 762 ms
54,676 KB
testcase_06 AC 761 ms
54,680 KB
testcase_07 AC 762 ms
54,676 KB
testcase_08 AC 767 ms
54,680 KB
testcase_09 AC 767 ms
54,680 KB
testcase_10 AC 772 ms
54,680 KB
testcase_11 AC 771 ms
54,676 KB
testcase_12 AC 760 ms
54,680 KB
testcase_13 AC 759 ms
54,680 KB
testcase_14 AC 778 ms
54,680 KB
testcase_15 AC 769 ms
54,680 KB
testcase_16 AC 776 ms
54,680 KB
testcase_17 AC 781 ms
54,684 KB
testcase_18 AC 764 ms
54,684 KB
testcase_19 AC 767 ms
54,684 KB
testcase_20 AC 778 ms
54,680 KB
testcase_21 AC 774 ms
54,684 KB
testcase_22 AC 767 ms
54,680 KB
testcase_23 AC 769 ms
54,684 KB
testcase_24 AC 769 ms
54,680 KB
testcase_25 AC 767 ms
54,684 KB
testcase_26 AC 765 ms
54,680 KB
testcase_27 AC 769 ms
54,680 KB
testcase_28 AC 768 ms
54,684 KB
testcase_29 AC 767 ms
54,684 KB
testcase_30 AC 766 ms
54,684 KB
testcase_31 AC 765 ms
54,680 KB
testcase_32 AC 761 ms
54,684 KB
testcase_33 AC 763 ms
54,684 KB
testcase_34 AC 757 ms
54,680 KB
testcase_35 AC 769 ms
54,680 KB
testcase_36 AC 760 ms
91,444 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from scipy.special import*
print(zeta(int(input())+2))
0