結果

問題 No.112 ややこしい鶴亀算
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 19:18:46
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 395 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 350 ms
コンパイル使用メモリ 120,340 KB
実行使用メモリ 132,120 KB
最終ジャッジ日時 2023-09-28 08:31:26
合計ジャッジ時間 11,498 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 384 ms
131,956 KB
testcase_01 AC 376 ms
131,728 KB
testcase_02 AC 378 ms
131,840 KB
testcase_03 AC 381 ms
131,744 KB
testcase_04 AC 378 ms
131,932 KB
testcase_05 AC 375 ms
131,668 KB
testcase_06 AC 375 ms
131,664 KB
testcase_07 AC 380 ms
131,552 KB
testcase_08 AC 376 ms
131,652 KB
testcase_09 AC 376 ms
131,904 KB
testcase_10 AC 386 ms
131,700 KB
testcase_11 AC 386 ms
131,932 KB
testcase_12 AC 387 ms
131,888 KB
testcase_13 AC 384 ms
131,916 KB
testcase_14 AC 393 ms
131,732 KB
testcase_15 AC 391 ms
132,080 KB
testcase_16 AC 392 ms
131,824 KB
testcase_17 AC 391 ms
131,988 KB
testcase_18 AC 391 ms
132,120 KB
testcase_19 AC 386 ms
131,908 KB
testcase_20 AC 392 ms
131,912 KB
testcase_21 AC 395 ms
132,120 KB
testcase_22 AC 387 ms
132,080 KB
testcase_23 AC 388 ms
131,816 KB
testcase_24 AC 391 ms
131,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$_=words;put [$!+=grep(.sum/+^-$_-*==2,@$_),$_-$!]
0