結果

問題 No.116 門松列(1)
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:09:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 473 ms / 5,000 ms
コード長 72 bytes
コンパイル時間 370 ms
コンパイル使用メモリ 130,404 KB
実行使用メモリ 135,616 KB
最終ジャッジ日時 2024-07-20 21:05:18
合計ジャッジ時間 12,492 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 454 ms
135,184 KB
testcase_01 AC 443 ms
134,948 KB
testcase_02 AC 442 ms
135,180 KB
testcase_03 AC 443 ms
134,948 KB
testcase_04 AC 438 ms
135,280 KB
testcase_05 AC 439 ms
134,744 KB
testcase_06 AC 425 ms
135,308 KB
testcase_07 AC 445 ms
134,996 KB
testcase_08 AC 420 ms
135,284 KB
testcase_09 AC 433 ms
135,308 KB
testcase_10 AC 431 ms
135,180 KB
testcase_11 AC 441 ms
135,412 KB
testcase_12 AC 440 ms
135,616 KB
testcase_13 AC 441 ms
134,996 KB
testcase_14 AC 454 ms
135,436 KB
testcase_15 AC 441 ms
135,268 KB
testcase_16 AC 473 ms
135,184 KB
testcase_17 AC 459 ms
135,440 KB
testcase_18 AC 461 ms
135,056 KB
testcase_19 AC 440 ms
135,312 KB
testcase_20 AC 465 ms
135,568 KB
testcase_21 AC 467 ms
135,056 KB
testcase_22 AC 453 ms
135,184 KB
testcase_23 AC 466 ms
135,436 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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