結果

問題 No.133 カードゲーム
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 16:59:58
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 95 bytes
コンパイル時間 433 ms
コンパイル使用メモリ 122,204 KB
実行使用メモリ 134,984 KB
最終ジャッジ日時 2023-09-28 11:53:04
合計ジャッジ時間 12,519 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 407 ms
134,056 KB
testcase_01 AC 408 ms
134,448 KB
testcase_02 AC 405 ms
133,972 KB
testcase_03 AC 408 ms
134,128 KB
testcase_04 AC 430 ms
134,240 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 434 ms
134,300 KB
testcase_09 AC 427 ms
134,148 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 415 ms
134,116 KB
testcase_14 AC 430 ms
134,368 KB
testcase_15 AC 425 ms
134,508 KB
testcase_16 WA -
testcase_17 AC 504 ms
134,700 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$_=map {$_ <2*grep {[>] $_},[Z] $_},[X] (get.words xx 2)>>.permutations;say @$_.grep(?*)/$_
0