結果

問題 No.1447 Greedy MtSaka
ユーザー yuruhiyayuruhiya
提出日時 2021-03-31 17:59:57
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 423 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 2,427 ms
コンパイル使用メモリ 124,900 KB
実行使用メモリ 133,268 KB
最終ジャッジ日時 2023-08-21 16:29:33
合計ジャッジ時間 10,968 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 410 ms
132,952 KB
testcase_01 AC 413 ms
131,952 KB
testcase_02 AC 413 ms
132,956 KB
testcase_03 AC 418 ms
132,976 KB
testcase_04 AC 412 ms
133,028 KB
testcase_05 AC 418 ms
133,008 KB
testcase_06 AC 417 ms
132,952 KB
testcase_07 AC 418 ms
132,884 KB
testcase_08 AC 414 ms
133,268 KB
testcase_09 AC 416 ms
132,784 KB
testcase_10 AC 413 ms
133,164 KB
testcase_11 AC 423 ms
132,876 KB
testcase_12 AC 418 ms
132,784 KB
testcase_13 AC 418 ms
133,048 KB
testcase_14 AC 419 ms
133,188 KB
testcase_15 AC 419 ms
132,984 KB
testcase_16 AC 414 ms
133,120 KB
testcase_17 AC 419 ms
133,112 KB
testcase_18 AC 423 ms
132,960 KB
testcase_19 AC 416 ms
133,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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