結果

問題 No.1235 ζ関数
ユーザー H3PO4H3PO4
提出日時 2022-01-27 09:30:48
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 868 ms / 2,000 ms
コード長 58 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 58,316 KB
最終ジャッジ日時 2024-10-03 04:06:11
合計ジャッジ時間 6,678 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 868 ms
57,984 KB
testcase_01 AC 856 ms
58,244 KB
testcase_02 AC 853 ms
57,860 KB
testcase_03 AC 852 ms
58,124 KB
testcase_04 AC 846 ms
58,244 KB
testcase_05 AC 859 ms
58,236 KB
testcase_06 AC 852 ms
57,740 KB
testcase_07 AC 854 ms
58,112 KB
testcase_08 AC 866 ms
58,316 KB
testcase_09 AC 861 ms
57,604 KB
testcase_10 AC 855 ms
58,240 KB
testcase_11 AC 863 ms
58,240 KB
testcase_12 AC 865 ms
57,992 KB
testcase_13 AC 858 ms
58,248 KB
testcase_14 AC 847 ms
58,248 KB
testcase_15 AC 834 ms
57,860 KB
testcase_16 AC 860 ms
57,708 KB
testcase_17 AC 854 ms
57,480 KB
testcase_18 AC 840 ms
58,244 KB
testcase_19 AC 865 ms
58,240 KB
testcase_20 AC 858 ms
57,984 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from scipy.special import zeta

print(zeta(int(input())))
0