結果

問題 No.1447 Greedy MtSaka
ユーザー yuruhiyayuruhiya
提出日時 2021-03-31 17:59:24
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 436 ms / 2,000 ms
コード長 86 bytes
コンパイル時間 2,494 ms
コンパイル使用メモリ 131,420 KB
実行使用メモリ 138,972 KB
最終ジャッジ日時 2024-05-08 21:56:10
合計ジャッジ時間 12,422 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 398 ms
138,584 KB
testcase_01 AC 404 ms
138,972 KB
testcase_02 AC 395 ms
138,716 KB
testcase_03 AC 397 ms
138,716 KB
testcase_04 AC 402 ms
138,460 KB
testcase_05 AC 400 ms
138,584 KB
testcase_06 AC 405 ms
137,268 KB
testcase_07 AC 404 ms
138,460 KB
testcase_08 AC 399 ms
138,840 KB
testcase_09 AC 399 ms
138,716 KB
testcase_10 AC 408 ms
138,588 KB
testcase_11 AC 414 ms
138,712 KB
testcase_12 AC 401 ms
138,968 KB
testcase_13 AC 392 ms
138,460 KB
testcase_14 AC 402 ms
137,524 KB
testcase_15 AC 400 ms
138,332 KB
testcase_16 AC 394 ms
138,332 KB
testcase_17 AC 408 ms
138,844 KB
testcase_18 AC 436 ms
138,396 KB
testcase_19 AC 403 ms
138,588 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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