結果

問題 No.1235 ζ関数
ユーザー cielciel
提出日時 2020-09-25 23:44:51
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 53 bytes
コンパイル時間 378 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 116,588 KB
最終ジャッジ日時 2024-11-15 06:29:09
合計ジャッジ時間 25,781 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 997 ms
57,476 KB
testcase_02 AC 931 ms
57,736 KB
testcase_03 AC 916 ms
57,608 KB
testcase_04 AC 922 ms
57,724 KB
testcase_05 AC 944 ms
57,736 KB
testcase_06 AC 935 ms
57,476 KB
testcase_07 AC 938 ms
57,732 KB
testcase_08 AC 949 ms
57,348 KB
testcase_09 AC 931 ms
57,856 KB
testcase_10 AC 933 ms
57,476 KB
testcase_11 AC 923 ms
57,728 KB
testcase_12 AC 955 ms
57,760 KB
testcase_13 AC 936 ms
57,476 KB
testcase_14 AC 927 ms
57,480 KB
testcase_15 AC 931 ms
57,476 KB
testcase_16 AC 935 ms
57,480 KB
testcase_17 AC 942 ms
57,480 KB
testcase_18 AC 956 ms
57,476 KB
testcase_19 AC 964 ms
57,728 KB
testcase_20 AC 958 ms
116,588 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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