結果

問題 No.216 FAC
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:32:57
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 83 bytes
コンパイル時間 482 ms
コンパイル使用メモリ 130,768 KB
実行使用メモリ 145,516 KB
最終ジャッジ日時 2023-09-28 07:42:01
合計ジャッジ時間 13,967 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 422 ms
140,912 KB
testcase_01 AC 436 ms
141,132 KB
testcase_02 AC 418 ms
140,964 KB
testcase_03 RE -
testcase_04 AC 445 ms
140,992 KB
testcase_05 RE -
testcase_06 AC 443 ms
141,280 KB
testcase_07 AC 427 ms
140,920 KB
testcase_08 AC 444 ms
141,044 KB
testcase_09 AC 424 ms
140,996 KB
testcase_10 AC 427 ms
140,948 KB
testcase_11 AC 427 ms
140,956 KB
testcase_12 AC 422 ms
140,972 KB
testcase_13 RE -
testcase_14 AC 424 ms
140,944 KB
testcase_15 RE -
testcase_16 AC 432 ms
141,032 KB
testcase_17 RE -
testcase_18 AC 433 ms
140,944 KB
testcase_19 RE -
testcase_20 RE -
testcase_21 AC 450 ms
141,076 KB
testcase_22 RE -
testcase_23 AC 429 ms
140,920 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