結果

問題 No.1408 Nice Dice Game
ユーザー NatsubiSoganNatsubiSogan
提出日時 2021-02-26 23:43:48
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 60 bytes
コンパイル時間 295 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 106,748 KB
最終ジャッジ日時 2024-04-10 14:47:37
合計ジャッジ時間 40,533 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 918 ms
57,736 KB
testcase_02 AC 906 ms
57,732 KB
testcase_03 AC 892 ms
57,856 KB
testcase_04 AC 923 ms
57,608 KB
testcase_05 AC 979 ms
57,988 KB
testcase_06 AC 927 ms
57,604 KB
testcase_07 AC 923 ms
57,856 KB
testcase_08 AC 910 ms
57,604 KB
testcase_09 AC 908 ms
57,980 KB
testcase_10 AC 947 ms
57,864 KB
testcase_11 AC 927 ms
57,732 KB
testcase_12 AC 928 ms
57,860 KB
testcase_13 AC 910 ms
57,732 KB
testcase_14 AC 894 ms
57,600 KB
testcase_15 AC 918 ms
57,728 KB
testcase_16 AC 915 ms
57,732 KB
testcase_17 AC 922 ms
57,476 KB
testcase_18 AC 901 ms
57,732 KB
testcase_19 AC 910 ms
57,468 KB
testcase_20 AC 906 ms
58,116 KB
testcase_21 AC 903 ms
57,640 KB
testcase_22 AC 902 ms
57,980 KB
testcase_23 AC 910 ms
57,988 KB
testcase_24 AC 916 ms
57,600 KB
testcase_25 AC 935 ms
57,728 KB
testcase_26 AC 927 ms
58,116 KB
testcase_27 AC 907 ms
58,116 KB
testcase_28 AC 905 ms
58,028 KB
testcase_29 AC 910 ms
57,864 KB
testcase_30 AC 912 ms
57,988 KB
testcase_31 AC 917 ms
57,472 KB
testcase_32 AC 925 ms
57,984 KB
testcase_33 AC 948 ms
57,724 KB
testcase_34 AC 899 ms
57,468 KB
testcase_35 AC 932 ms
57,732 KB
testcase_36 AC 908 ms
106,748 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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