結果

問題 No.1235 ζ関数
ユーザー cielciel
提出日時 2020-09-25 23:44:51
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 213 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 92 ms
コンパイル使用メモリ 10,536 KB
実行使用メモリ 45,484 KB
最終ジャッジ日時 2023-09-22 14:10:34
合計ジャッジ時間 6,648 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 213 ms
45,296 KB
testcase_01 AC 205 ms
45,292 KB
testcase_02 AC 204 ms
45,476 KB
testcase_03 AC 204 ms
45,232 KB
testcase_04 AC 204 ms
45,276 KB
testcase_05 AC 203 ms
45,380 KB
testcase_06 AC 201 ms
45,256 KB
testcase_07 AC 200 ms
45,260 KB
testcase_08 AC 199 ms
45,484 KB
testcase_09 AC 198 ms
45,440 KB
testcase_10 AC 200 ms
45,360 KB
testcase_11 AC 202 ms
45,428 KB
testcase_12 AC 202 ms
45,316 KB
testcase_13 AC 199 ms
45,304 KB
testcase_14 AC 203 ms
45,360 KB
testcase_15 AC 204 ms
45,240 KB
testcase_16 AC 202 ms
45,420 KB
testcase_17 AC 199 ms
45,388 KB
testcase_18 AC 200 ms
45,396 KB
testcase_19 AC 204 ms
45,260 KB
testcase_20 AC 206 ms
45,348 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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