結果

問題 No.112 ややこしい鶴亀算
ユーザー yuruhiyayuruhiya
提出日時 2021-02-06 19:44:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 342 ms / 5,000 ms
コード長 44 bytes
コンパイル時間 1,903 ms
コンパイル使用メモリ 134,540 KB
実行使用メモリ 144,628 KB
最終ジャッジ日時 2024-07-03 07:45:52
合計ジャッジ時間 11,193 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 321 ms
144,484 KB
testcase_01 AC 326 ms
144,368 KB
testcase_02 AC 332 ms
144,620 KB
testcase_03 AC 329 ms
144,496 KB
testcase_04 AC 327 ms
144,368 KB
testcase_05 AC 331 ms
144,608 KB
testcase_06 AC 325 ms
144,620 KB
testcase_07 AC 324 ms
144,368 KB
testcase_08 AC 324 ms
144,224 KB
testcase_09 AC 325 ms
144,364 KB
testcase_10 AC 327 ms
144,500 KB
testcase_11 AC 338 ms
144,496 KB
testcase_12 AC 331 ms
144,236 KB
testcase_13 AC 342 ms
143,984 KB
testcase_14 AC 336 ms
144,492 KB
testcase_15 AC 329 ms
144,624 KB
testcase_16 AC 331 ms
144,624 KB
testcase_17 AC 321 ms
144,244 KB
testcase_18 AC 321 ms
144,624 KB
testcase_19 AC 325 ms
144,228 KB
testcase_20 AC 324 ms
144,368 KB
testcase_21 AC 319 ms
144,244 KB
testcase_22 AC 325 ms
144,480 KB
testcase_23 AC 321 ms
144,628 KB
testcase_24 AC 332 ms
144,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get.&{2*$_-($!=words.sum/+^-$_/2),$!-$_}.put
0