結果

問題 No.112 ややこしい鶴亀算
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 19:18:46
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 379 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 445 ms
コンパイル使用メモリ 134,916 KB
実行使用メモリ 136,144 KB
最終ジャッジ日時 2024-07-21 03:00:37
合計ジャッジ時間 11,074 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
135,888 KB
testcase_01 AC 369 ms
135,628 KB
testcase_02 AC 364 ms
136,012 KB
testcase_03 AC 364 ms
135,888 KB
testcase_04 AC 365 ms
136,144 KB
testcase_05 AC 368 ms
136,140 KB
testcase_06 AC 366 ms
136,016 KB
testcase_07 AC 369 ms
136,028 KB
testcase_08 AC 367 ms
135,884 KB
testcase_09 AC 366 ms
135,884 KB
testcase_10 AC 373 ms
136,012 KB
testcase_11 AC 365 ms
135,896 KB
testcase_12 AC 368 ms
135,888 KB
testcase_13 AC 371 ms
135,888 KB
testcase_14 AC 377 ms
136,016 KB
testcase_15 AC 379 ms
135,888 KB
testcase_16 AC 375 ms
136,016 KB
testcase_17 AC 370 ms
135,756 KB
testcase_18 AC 372 ms
135,628 KB
testcase_19 AC 368 ms
136,012 KB
testcase_20 AC 372 ms
135,884 KB
testcase_21 AC 374 ms
135,884 KB
testcase_22 AC 373 ms
135,628 KB
testcase_23 AC 374 ms
136,016 KB
testcase_24 AC 374 ms
135,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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