結果

問題 No.1272 珍しい級数
ユーザー yuruhiyayuruhiya
提出日時 2020-10-31 07:49:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 409 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 1,344 ms
コンパイル使用メモリ 119,940 KB
実行使用メモリ 134,220 KB
最終ジャッジ日時 2023-09-29 10:07:56
合計ジャッジ時間 25,199 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 395 ms
133,500 KB
testcase_01 AC 408 ms
131,964 KB
testcase_02 AC 395 ms
131,664 KB
testcase_03 AC 399 ms
131,984 KB
testcase_04 AC 397 ms
133,944 KB
testcase_05 AC 395 ms
134,120 KB
testcase_06 AC 393 ms
132,000 KB
testcase_07 AC 400 ms
131,848 KB
testcase_08 AC 391 ms
133,952 KB
testcase_09 AC 398 ms
134,000 KB
testcase_10 AC 396 ms
134,012 KB
testcase_11 AC 396 ms
133,692 KB
testcase_12 AC 399 ms
133,816 KB
testcase_13 AC 401 ms
132,096 KB
testcase_14 AC 399 ms
133,904 KB
testcase_15 AC 390 ms
133,944 KB
testcase_16 AC 390 ms
134,220 KB
testcase_17 AC 396 ms
134,008 KB
testcase_18 AC 395 ms
132,292 KB
testcase_19 AC 399 ms
132,156 KB
testcase_20 AC 393 ms
133,960 KB
testcase_21 AC 391 ms
133,980 KB
testcase_22 AC 401 ms
134,008 KB
testcase_23 AC 402 ms
132,204 KB
testcase_24 AC 395 ms
132,084 KB
testcase_25 AC 401 ms
132,316 KB
testcase_26 AC 402 ms
134,044 KB
testcase_27 AC 406 ms
133,972 KB
testcase_28 AC 398 ms
133,840 KB
testcase_29 AC 409 ms
133,920 KB
testcase_30 AC 405 ms
132,076 KB
testcase_31 AC 398 ms
132,208 KB
testcase_32 AC 394 ms
134,088 KB
testcase_33 AC 403 ms
133,992 KB
testcase_34 AC 392 ms
134,120 KB
testcase_35 AC 401 ms
133,964 KB
testcase_36 AC 393 ms
134,016 KB
testcase_37 AC 394 ms
134,136 KB
testcase_38 AC 396 ms
132,104 KB
testcase_39 AC 400 ms
134,084 KB
testcase_40 AC 396 ms
133,668 KB
testcase_41 AC 400 ms
132,080 KB
testcase_42 AC 390 ms
134,052 KB
testcase_43 AC 395 ms
134,164 KB
testcase_44 AC 390 ms
133,832 KB
testcase_45 AC 388 ms
134,108 KB
testcase_46 AC 386 ms
133,900 KB
testcase_47 AC 392 ms
134,124 KB
testcase_48 AC 405 ms
134,180 KB
testcase_49 AC 401 ms
133,904 KB
testcase_50 AC 394 ms
134,148 KB
testcase_51 AC 395 ms
134,220 KB
testcase_52 AC 391 ms
133,936 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;say sum map {sin($!*$_)/$_**$_},^9
0