結果

問題 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
コンパイル時間 156 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 111,524 KB
最終ジャッジ日時 2024-09-22 10:20:35
合計ジャッジ時間 6,615 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 977 ms
57,608 KB
testcase_02 AC 974 ms
57,600 KB
testcase_03 AC 983 ms
57,604 KB
testcase_04 AC 980 ms
58,116 KB
testcase_05 AC 982 ms
58,112 KB
testcase_06 AC 973 ms
57,872 KB
testcase_07 AC 991 ms
58,252 KB
testcase_08 AC 1,004 ms
58,372 KB
testcase_09 AC 1,076 ms
58,108 KB
testcase_10 AC 973 ms
57,984 KB
testcase_11 AC 970 ms
58,120 KB
testcase_12 AC 976 ms
58,368 KB
testcase_13 AC 982 ms
58,112 KB
testcase_14 AC 978 ms
58,112 KB
testcase_15 AC 971 ms
58,368 KB
testcase_16 AC 977 ms
58,240 KB
testcase_17 AC 980 ms
58,368 KB
testcase_18 AC 979 ms
57,604 KB
testcase_19 AC 978 ms
58,236 KB
testcase_20 AC 978 ms
111,524 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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