結果

問題 No.116 門松列(1)
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:09:29
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 69 bytes
コンパイル時間 331 ms
コンパイル使用メモリ 126,472 KB
実行使用メモリ 136,204 KB
最終ジャッジ日時 2024-07-20 21:05:05
合計ジャッジ時間 12,277 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 390 ms
134,964 KB
testcase_02 AC 386 ms
135,824 KB
testcase_03 AC 386 ms
134,820 KB
testcase_04 AC 434 ms
135,204 KB
testcase_05 AC 416 ms
135,436 KB
testcase_06 AC 438 ms
134,992 KB
testcase_07 WA -
testcase_08 AC 384 ms
135,952 KB
testcase_09 AC 393 ms
135,076 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 412 ms
135,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$!=words;say +grep {$/=$![^3+$_];$/.Set==3&&$/.sort!= $1},^($!-2)
0