結果

問題 No.1447 Greedy MtSaka
ユーザー yuruhiyayuruhiya
提出日時 2021-03-31 17:59:24
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 413 ms / 2,000 ms
コード長 86 bytes
コンパイル時間 1,406 ms
コンパイル使用メモリ 125,272 KB
実行使用メモリ 130,388 KB
最終ジャッジ日時 2023-08-21 16:28:52
合計ジャッジ時間 11,121 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 412 ms
129,784 KB
testcase_01 AC 408 ms
130,100 KB
testcase_02 AC 413 ms
130,332 KB
testcase_03 AC 411 ms
130,276 KB
testcase_04 AC 410 ms
130,264 KB
testcase_05 AC 408 ms
130,016 KB
testcase_06 AC 408 ms
130,068 KB
testcase_07 AC 409 ms
130,264 KB
testcase_08 AC 412 ms
130,388 KB
testcase_09 AC 412 ms
130,088 KB
testcase_10 AC 404 ms
130,240 KB
testcase_11 AC 411 ms
130,228 KB
testcase_12 AC 407 ms
130,172 KB
testcase_13 AC 404 ms
130,048 KB
testcase_14 AC 407 ms
130,300 KB
testcase_15 AC 408 ms
130,132 KB
testcase_16 AC 409 ms
130,156 KB
testcase_17 AC 407 ms
130,172 KB
testcase_18 AC 412 ms
130,124 KB
testcase_19 AC 411 ms
130,240 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;$/=[|@($/=words),$0,$1];say sum map {my (\a,\b,\c,\d)=$/[^4+$_*2];a*d -b*c},^$!
0