結果

問題 No.1272 珍しい級数
ユーザー yuruhiyayuruhiya
提出日時 2020-10-31 07:49:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 462 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 2,498 ms
コンパイル使用メモリ 125,684 KB
実行使用メモリ 136,992 KB
最終ジャッジ日時 2024-07-22 04:41:40
合計ジャッジ時間 26,600 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 392 ms
136,848 KB
testcase_01 AC 395 ms
136,480 KB
testcase_02 AC 402 ms
136,948 KB
testcase_03 AC 398 ms
136,592 KB
testcase_04 AC 400 ms
136,556 KB
testcase_05 AC 394 ms
136,952 KB
testcase_06 AC 407 ms
136,844 KB
testcase_07 AC 400 ms
136,848 KB
testcase_08 AC 396 ms
136,592 KB
testcase_09 AC 400 ms
136,848 KB
testcase_10 AC 397 ms
136,976 KB
testcase_11 AC 407 ms
136,720 KB
testcase_12 AC 402 ms
136,700 KB
testcase_13 AC 407 ms
136,720 KB
testcase_14 AC 403 ms
136,844 KB
testcase_15 AC 403 ms
136,940 KB
testcase_16 AC 414 ms
136,848 KB
testcase_17 AC 401 ms
136,940 KB
testcase_18 AC 413 ms
136,460 KB
testcase_19 AC 401 ms
136,716 KB
testcase_20 AC 408 ms
136,716 KB
testcase_21 AC 401 ms
136,848 KB
testcase_22 AC 405 ms
136,812 KB
testcase_23 AC 401 ms
136,692 KB
testcase_24 AC 405 ms
136,940 KB
testcase_25 AC 458 ms
135,352 KB
testcase_26 AC 455 ms
135,252 KB
testcase_27 AC 462 ms
136,976 KB
testcase_28 AC 403 ms
136,736 KB
testcase_29 AC 408 ms
136,696 KB
testcase_30 AC 406 ms
136,692 KB
testcase_31 AC 404 ms
136,688 KB
testcase_32 AC 409 ms
136,828 KB
testcase_33 AC 401 ms
136,696 KB
testcase_34 AC 408 ms
136,700 KB
testcase_35 AC 409 ms
136,808 KB
testcase_36 AC 411 ms
136,828 KB
testcase_37 AC 416 ms
136,720 KB
testcase_38 AC 414 ms
136,700 KB
testcase_39 AC 416 ms
136,816 KB
testcase_40 AC 409 ms
136,992 KB
testcase_41 AC 403 ms
136,708 KB
testcase_42 AC 404 ms
136,700 KB
testcase_43 AC 408 ms
136,720 KB
testcase_44 AC 408 ms
136,976 KB
testcase_45 AC 423 ms
136,956 KB
testcase_46 AC 412 ms
136,844 KB
testcase_47 AC 406 ms
136,848 KB
testcase_48 AC 407 ms
136,720 KB
testcase_49 AC 408 ms
136,820 KB
testcase_50 AC 406 ms
136,940 KB
testcase_51 AC 406 ms
136,700 KB
testcase_52 AC 405 ms
136,688 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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