結果

問題 No.116 門松列(1)
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:09:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 374 ms / 5,000 ms
コード長 72 bytes
コンパイル時間 319 ms
コンパイル使用メモリ 120,120 KB
実行使用メモリ 132,484 KB
最終ジャッジ日時 2023-09-28 02:28:51
合計ジャッジ時間 10,128 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 366 ms
132,260 KB
testcase_01 AC 350 ms
131,780 KB
testcase_02 AC 348 ms
132,056 KB
testcase_03 AC 352 ms
131,732 KB
testcase_04 AC 353 ms
131,576 KB
testcase_05 AC 350 ms
131,576 KB
testcase_06 AC 357 ms
131,760 KB
testcase_07 AC 349 ms
131,796 KB
testcase_08 AC 346 ms
131,800 KB
testcase_09 AC 338 ms
131,712 KB
testcase_10 AC 356 ms
132,204 KB
testcase_11 AC 348 ms
131,988 KB
testcase_12 AC 366 ms
132,180 KB
testcase_13 AC 355 ms
131,788 KB
testcase_14 AC 369 ms
132,192 KB
testcase_15 AC 351 ms
132,136 KB
testcase_16 AC 374 ms
132,184 KB
testcase_17 AC 354 ms
132,084 KB
testcase_18 AC 364 ms
132,156 KB
testcase_19 AC 347 ms
131,964 KB
testcase_20 AC 362 ms
132,232 KB
testcase_21 AC 369 ms
132,368 KB
testcase_22 AC 356 ms
132,152 KB
testcase_23 AC 359 ms
132,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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