結果

問題 No.116 門松列(1)
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:09:29
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 69 bytes
コンパイル時間 273 ms
コンパイル使用メモリ 122,380 KB
実行使用メモリ 132,600 KB
最終ジャッジ日時 2023-09-28 02:28:40
合計ジャッジ時間 9,860 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 325 ms
131,892 KB
testcase_02 AC 316 ms
132,060 KB
testcase_03 AC 325 ms
132,256 KB
testcase_04 AC 321 ms
132,048 KB
testcase_05 AC 318 ms
131,812 KB
testcase_06 AC 319 ms
131,948 KB
testcase_07 WA -
testcase_08 AC 317 ms
131,888 KB
testcase_09 AC 316 ms
132,000 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 330 ms
132,600 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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