結果

問題 No.1235 ζ関数
ユーザー NatsubiSoganNatsubiSogan
提出日時 2020-09-21 16:50:45
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 56 bytes
コンパイル時間 178 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 112,544 KB
最終ジャッジ日時 2024-09-25 16:15:47
合計ジャッジ時間 6,858 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 1,029 ms
57,472 KB
testcase_02 AC 1,016 ms
57,992 KB
testcase_03 AC 1,032 ms
58,308 KB
testcase_04 AC 1,068 ms
57,864 KB
testcase_05 AC 1,155 ms
57,728 KB
testcase_06 AC 1,117 ms
57,728 KB
testcase_07 AC 1,122 ms
57,992 KB
testcase_08 AC 1,031 ms
57,728 KB
testcase_09 AC 1,054 ms
57,992 KB
testcase_10 AC 1,111 ms
57,860 KB
testcase_11 AC 1,089 ms
57,480 KB
testcase_12 AC 1,049 ms
57,732 KB
testcase_13 AC 1,106 ms
57,984 KB
testcase_14 AC 1,110 ms
57,732 KB
testcase_15 AC 1,110 ms
58,244 KB
testcase_16 AC 1,122 ms
58,116 KB
testcase_17 AC 1,049 ms
57,732 KB
testcase_18 AC 1,023 ms
58,248 KB
testcase_19 AC 1,036 ms
57,868 KB
testcase_20 AC 1,040 ms
112,544 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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