結果

問題 No.112 ややこしい鶴亀算
ユーザー kotatsugamekotatsugame
提出日時 2021-02-06 20:04:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 361 ms / 5,000 ms
コード長 42 bytes
コンパイル時間 447 ms
コンパイル使用メモリ 127,324 KB
実行使用メモリ 137,764 KB
最終ジャッジ日時 2024-07-03 08:03:07
合計ジャッジ時間 11,543 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 325 ms
136,848 KB
testcase_01 AC 319 ms
137,100 KB
testcase_02 AC 344 ms
136,844 KB
testcase_03 AC 332 ms
136,592 KB
testcase_04 AC 338 ms
136,848 KB
testcase_05 AC 341 ms
137,100 KB
testcase_06 AC 327 ms
136,740 KB
testcase_07 AC 338 ms
137,100 KB
testcase_08 AC 338 ms
137,104 KB
testcase_09 AC 344 ms
137,104 KB
testcase_10 AC 361 ms
137,764 KB
testcase_11 AC 347 ms
136,948 KB
testcase_12 AC 350 ms
136,844 KB
testcase_13 AC 353 ms
137,100 KB
testcase_14 AC 343 ms
137,100 KB
testcase_15 AC 345 ms
136,972 KB
testcase_16 AC 352 ms
136,612 KB
testcase_17 AC 350 ms
136,688 KB
testcase_18 AC 354 ms
137,100 KB
testcase_19 AC 355 ms
136,592 KB
testcase_20 AC 355 ms
136,944 KB
testcase_21 AC 351 ms
136,848 KB
testcase_22 AC 341 ms
137,124 KB
testcase_23 AC 343 ms
136,844 KB
testcase_24 AC 336 ms
136,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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