結果

問題 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,962 ms / 2,000 ms
コード長 54 bytes
コンパイル時間 110 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 114,340 KB
最終ジャッジ日時 2024-09-17 21:09:27
合計ジャッジ時間 42,133 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,962 ms
57,860 KB
testcase_01 AC 997 ms
58,240 KB
testcase_02 AC 992 ms
57,856 KB
testcase_03 AC 993 ms
57,512 KB
testcase_04 AC 990 ms
57,736 KB
testcase_05 AC 989 ms
57,736 KB
testcase_06 AC 987 ms
57,476 KB
testcase_07 AC 997 ms
57,860 KB
testcase_08 AC 987 ms
57,612 KB
testcase_09 AC 984 ms
57,344 KB
testcase_10 AC 999 ms
57,860 KB
testcase_11 AC 999 ms
57,860 KB
testcase_12 AC 990 ms
57,472 KB
testcase_13 AC 995 ms
58,120 KB
testcase_14 AC 994 ms
57,476 KB
testcase_15 AC 985 ms
57,352 KB
testcase_16 AC 988 ms
57,476 KB
testcase_17 AC 982 ms
57,600 KB
testcase_18 AC 985 ms
57,400 KB
testcase_19 AC 985 ms
58,248 KB
testcase_20 AC 982 ms
57,344 KB
testcase_21 AC 988 ms
57,724 KB
testcase_22 AC 1,025 ms
58,244 KB
testcase_23 AC 984 ms
57,736 KB
testcase_24 AC 984 ms
57,596 KB
testcase_25 AC 994 ms
57,732 KB
testcase_26 AC 987 ms
58,248 KB
testcase_27 AC 994 ms
57,484 KB
testcase_28 AC 981 ms
57,612 KB
testcase_29 AC 982 ms
57,732 KB
testcase_30 AC 995 ms
57,736 KB
testcase_31 AC 997 ms
57,604 KB
testcase_32 AC 985 ms
57,732 KB
testcase_33 AC 978 ms
57,484 KB
testcase_34 AC 992 ms
57,840 KB
testcase_35 AC 988 ms
57,732 KB
testcase_36 AC 990 ms
114,340 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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