結果

問題 No.567 コンプリート
ユーザー tailstails
提出日時 2017-09-09 04:23:27
言語 Raku
(rakudo v2024.02)
結果
RE  
(最新)
AC  
(最初)
実行時間 -
コード長 52 bytes
コンパイル時間 301 ms
コンパイル使用メモリ 130,972 KB
実行使用メモリ 142,152 KB
最終ジャッジ日時 2024-05-03 13:48:42
合計ジャッジ時間 6,538 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 334 ms
141,516 KB
testcase_01 AC 331 ms
141,128 KB
testcase_02 AC 330 ms
141,384 KB
testcase_03 AC 329 ms
141,388 KB
testcase_04 AC 328 ms
141,388 KB
testcase_05 AC 327 ms
141,516 KB
testcase_06 AC 329 ms
141,384 KB
testcase_07 AC 330 ms
141,384 KB
testcase_08 AC 335 ms
141,260 KB
testcase_09 AC 325 ms
141,516 KB
testcase_10 AC 328 ms
141,384 KB
testcase_11 AC 330 ms
141,644 KB
testcase_12 AC 342 ms
141,384 KB
testcase_13 AC 334 ms
141,644 KB
testcase_14 AC 338 ms
141,260 KB
testcase_15 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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