結果

問題 No.1235 ζ関数
ユーザー cielciel
提出日時 2020-09-25 23:42:55
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 53 bytes
コンパイル時間 511 ms
コンパイル使用メモリ 11,684 KB
実行使用メモリ 105,256 KB
最終ジャッジ日時 2023-10-23 15:39:35
合計ジャッジ時間 23,526 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 835 ms
54,832 KB
testcase_02 AC 828 ms
54,832 KB
testcase_03 AC 813 ms
54,832 KB
testcase_04 AC 815 ms
54,832 KB
testcase_05 AC 811 ms
54,832 KB
testcase_06 AC 802 ms
54,832 KB
testcase_07 AC 817 ms
54,832 KB
testcase_08 AC 827 ms
54,832 KB
testcase_09 AC 814 ms
54,832 KB
testcase_10 AC 809 ms
54,832 KB
testcase_11 AC 807 ms
54,832 KB
testcase_12 AC 819 ms
54,836 KB
testcase_13 AC 829 ms
54,836 KB
testcase_14 AC 823 ms
54,836 KB
testcase_15 AC 815 ms
54,836 KB
testcase_16 AC 818 ms
54,836 KB
testcase_17 AC 812 ms
54,836 KB
testcase_18 AC 814 ms
54,836 KB
testcase_19 AC 861 ms
54,836 KB
testcase_20 AC 816 ms
105,256 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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