結果

問題 No.112 ややこしい鶴亀算
ユーザー yuruhiyayuruhiya
提出日時 2021-02-06 19:44:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 408 ms / 5,000 ms
コード長 44 bytes
コンパイル時間 1,072 ms
コンパイル使用メモリ 121,896 KB
実行使用メモリ 133,788 KB
最終ジャッジ日時 2023-09-16 06:12:03
合計ジャッジ時間 12,366 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 396 ms
133,644 KB
testcase_01 AC 402 ms
133,584 KB
testcase_02 AC 394 ms
133,504 KB
testcase_03 AC 390 ms
133,784 KB
testcase_04 AC 384 ms
133,472 KB
testcase_05 AC 393 ms
133,508 KB
testcase_06 AC 391 ms
133,612 KB
testcase_07 AC 401 ms
133,576 KB
testcase_08 AC 397 ms
133,516 KB
testcase_09 AC 393 ms
133,540 KB
testcase_10 AC 401 ms
133,788 KB
testcase_11 AC 394 ms
133,572 KB
testcase_12 AC 383 ms
133,560 KB
testcase_13 AC 392 ms
133,740 KB
testcase_14 AC 396 ms
133,568 KB
testcase_15 AC 398 ms
133,680 KB
testcase_16 AC 392 ms
133,680 KB
testcase_17 AC 393 ms
133,688 KB
testcase_18 AC 403 ms
133,492 KB
testcase_19 AC 404 ms
133,512 KB
testcase_20 AC 407 ms
133,624 KB
testcase_21 AC 406 ms
133,540 KB
testcase_22 AC 408 ms
133,572 KB
testcase_23 AC 400 ms
133,472 KB
testcase_24 AC 405 ms
133,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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