結果

問題 No.1235 ζ関数
ユーザー kotatsugamekotatsugame
提出日時 2020-09-21 17:51:41
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 25 bytes
コンパイル時間 1,977 ms
コンパイル使用メモリ 125,228 KB
実行使用メモリ 138,200 KB
最終ジャッジ日時 2024-06-24 11:50:14
合計ジャッジ時間 27,216 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 372 ms
138,072 KB
testcase_01 AC 1,531 ms
138,068 KB
testcase_02 AC 571 ms
137,944 KB
testcase_03 AC 1,836 ms
138,072 KB
testcase_04 AC 373 ms
137,960 KB
testcase_05 AC 635 ms
137,812 KB
testcase_06 AC 417 ms
137,684 KB
testcase_07 TLE -
testcase_08 AC 731 ms
137,812 KB
testcase_09 AC 1,539 ms
137,560 KB
testcase_10 AC 1,637 ms
137,944 KB
testcase_11 AC 1,810 ms
137,940 KB
testcase_12 AC 754 ms
138,200 KB
testcase_13 AC 1,889 ms
137,944 KB
testcase_14 AC 560 ms
138,200 KB
testcase_15 AC 1,801 ms
138,072 KB
testcase_16 AC 377 ms
137,688 KB
testcase_17 AC 905 ms
137,812 KB
testcase_18 AC 432 ms
137,560 KB
testcase_19 TLE -
testcase_20 AC 445 ms
137,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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