結果

問題 No.112 ややこしい鶴亀算
ユーザー kotatsugamekotatsugame
提出日時 2021-02-06 20:04:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 372 ms / 5,000 ms
コード長 42 bytes
コンパイル時間 528 ms
コンパイル使用メモリ 114,088 KB
実行使用メモリ 128,940 KB
最終ジャッジ日時 2023-09-16 06:30:52
合計ジャッジ時間 10,863 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 365 ms
128,084 KB
testcase_01 AC 358 ms
128,496 KB
testcase_02 AC 359 ms
128,248 KB
testcase_03 AC 363 ms
128,452 KB
testcase_04 AC 360 ms
128,032 KB
testcase_05 AC 365 ms
128,260 KB
testcase_06 AC 361 ms
128,348 KB
testcase_07 AC 370 ms
128,344 KB
testcase_08 AC 365 ms
128,420 KB
testcase_09 AC 367 ms
128,212 KB
testcase_10 AC 372 ms
128,052 KB
testcase_11 AC 363 ms
128,144 KB
testcase_12 AC 360 ms
128,304 KB
testcase_13 AC 362 ms
128,072 KB
testcase_14 AC 366 ms
128,248 KB
testcase_15 AC 371 ms
128,940 KB
testcase_16 AC 365 ms
128,448 KB
testcase_17 AC 369 ms
128,196 KB
testcase_18 AC 366 ms
128,112 KB
testcase_19 AC 368 ms
128,180 KB
testcase_20 AC 366 ms
128,108 KB
testcase_21 AC 365 ms
128,264 KB
testcase_22 AC 365 ms
128,136 KB
testcase_23 AC 372 ms
128,132 KB
testcase_24 AC 363 ms
128,468 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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