結果

問題 No.567 コンプリート
ユーザー tailstails
提出日時 2017-09-09 04:23:27
言語 Raku
(rakudo v2024.02)
結果
RE  
(最新)
AC  
(最初)
実行時間 -
コード長 52 bytes
コンパイル時間 352 ms
コンパイル使用メモリ 131,944 KB
実行使用メモリ 145,764 KB
最終ジャッジ日時 2024-11-24 14:12:12
合計ジャッジ時間 6,396 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 319 ms
141,956 KB
testcase_01 AC 322 ms
144,532 KB
testcase_02 AC 316 ms
144,932 KB
testcase_03 AC 323 ms
145,048 KB
testcase_04 AC 320 ms
144,792 KB
testcase_05 AC 320 ms
144,920 KB
testcase_06 AC 326 ms
145,764 KB
testcase_07 AC 324 ms
145,048 KB
testcase_08 AC 317 ms
144,788 KB
testcase_09 AC 321 ms
144,932 KB
testcase_10 AC 316 ms
145,048 KB
testcase_11 AC 319 ms
144,660 KB
testcase_12 AC 320 ms
144,660 KB
testcase_13 AC 320 ms
144,792 KB
testcase_14 AC 316 ms
144,920 KB
testcase_15 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;say sum map {($^a/6e0)**$_*($ *=1-7/$a)},1..6
0