結果

問題 No.1235 ζ関数
ユーザー first_vilfirst_vil
提出日時 2020-11-26 21:11:31
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 1,058 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 297 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 58,116 KB
最終ジャッジ日時 2024-09-30 18:35:44
合計ジャッジ時間 23,818 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,013 ms
57,852 KB
testcase_01 AC 1,058 ms
57,852 KB
testcase_02 AC 1,024 ms
57,344 KB
testcase_03 AC 1,030 ms
57,984 KB
testcase_04 AC 1,027 ms
57,852 KB
testcase_05 AC 1,024 ms
57,700 KB
testcase_06 AC 1,019 ms
57,728 KB
testcase_07 AC 1,027 ms
57,608 KB
testcase_08 AC 1,031 ms
58,116 KB
testcase_09 AC 1,011 ms
57,356 KB
testcase_10 AC 1,022 ms
57,736 KB
testcase_11 AC 1,026 ms
57,860 KB
testcase_12 AC 1,029 ms
57,860 KB
testcase_13 AC 1,006 ms
57,356 KB
testcase_14 AC 1,044 ms
57,352 KB
testcase_15 AC 1,053 ms
58,112 KB
testcase_16 AC 1,020 ms
57,852 KB
testcase_17 AC 1,015 ms
57,860 KB
testcase_18 AC 1,029 ms
57,600 KB
testcase_19 AC 1,021 ms
57,992 KB
testcase_20 AC 1,016 ms
57,864 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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