結果

問題 No.1235 ζ関数
ユーザー kotatsugamekotatsugame
提出日時 2020-09-21 17:51:41
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 25 bytes
コンパイル時間 1,587 ms
コンパイル使用メモリ 118,720 KB
実行使用メモリ 131,772 KB
最終ジャッジ日時 2023-09-06 17:22:53
合計ジャッジ時間 26,663 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 364 ms
129,492 KB
testcase_01 AC 1,547 ms
130,128 KB
testcase_02 AC 553 ms
131,028 KB
testcase_03 AC 1,866 ms
131,332 KB
testcase_04 AC 356 ms
130,788 KB
testcase_05 AC 629 ms
131,356 KB
testcase_06 AC 409 ms
130,892 KB
testcase_07 TLE -
testcase_08 AC 735 ms
131,484 KB
testcase_09 AC 1,561 ms
131,580 KB
testcase_10 AC 1,659 ms
129,952 KB
testcase_11 AC 1,836 ms
131,476 KB
testcase_12 AC 745 ms
131,408 KB
testcase_13 AC 1,900 ms
131,756 KB
testcase_14 AC 545 ms
131,444 KB
testcase_15 AC 1,830 ms
131,772 KB
testcase_16 AC 359 ms
130,940 KB
testcase_17 AC 900 ms
131,668 KB
testcase_18 AC 419 ms
131,188 KB
testcase_19 TLE -
testcase_20 AC 424 ms
131,644 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum 1 X/(1..9 X**get)
0