結果

問題 No.1447 Greedy MtSaka
ユーザー yuruhiyayuruhiya
提出日時 2021-03-31 17:59:57
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 408 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 441 ms
コンパイル使用メモリ 127,924 KB
実行使用メモリ 138,008 KB
最終ジャッジ日時 2024-05-08 21:56:46
合計ジャッジ時間 9,648 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 393 ms
136,332 KB
testcase_01 AC 396 ms
136,464 KB
testcase_02 AC 401 ms
136,432 KB
testcase_03 AC 397 ms
136,460 KB
testcase_04 AC 398 ms
136,336 KB
testcase_05 AC 400 ms
136,204 KB
testcase_06 AC 397 ms
136,460 KB
testcase_07 AC 408 ms
136,208 KB
testcase_08 AC 396 ms
136,772 KB
testcase_09 AC 403 ms
136,256 KB
testcase_10 AC 395 ms
135,948 KB
testcase_11 AC 395 ms
136,592 KB
testcase_12 AC 399 ms
136,388 KB
testcase_13 AC 395 ms
136,464 KB
testcase_14 AC 396 ms
136,336 KB
testcase_15 AC 404 ms
136,336 KB
testcase_16 AC 396 ms
136,204 KB
testcase_17 AC 396 ms
136,208 KB
testcase_18 AC 399 ms
136,336 KB
testcase_19 AC 396 ms
138,008 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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