結果

問題 No.216 FAC
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:32:57
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 83 bytes
コンパイル時間 398 ms
コンパイル使用メモリ 135,868 KB
実行使用メモリ 152,836 KB
最終ジャッジ日時 2024-07-21 02:08:57
合計ジャッジ時間 16,933 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 539 ms
151,928 KB
testcase_01 AC 528 ms
151,540 KB
testcase_02 AC 550 ms
152,184 KB
testcase_03 RE -
testcase_04 AC 552 ms
152,836 KB
testcase_05 RE -
testcase_06 AC 556 ms
152,584 KB
testcase_07 AC 539 ms
151,416 KB
testcase_08 AC 540 ms
151,668 KB
testcase_09 AC 535 ms
151,608 KB
testcase_10 AC 554 ms
151,924 KB
testcase_11 AC 551 ms
152,308 KB
testcase_12 AC 540 ms
152,052 KB
testcase_13 RE -
testcase_14 AC 543 ms
151,928 KB
testcase_15 RE -
testcase_16 AC 543 ms
151,672 KB
testcase_17 RE -
testcase_18 AC 548 ms
152,056 KB
testcase_19 RE -
testcase_20 RE -
testcase_21 AC 614 ms
152,184 KB
testcase_22 RE -
testcase_23 AC 540 ms
152,228 KB
testcase_24 RE -
testcase_25 RE -
testcase_26 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;my @a[100];map {@a[.[1]]+=.[0]},[Z] get.words xx 2;say <NO YES>[+@a[0]==max @a]
0