結果

問題 No.216 FAC
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:31:55
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 82 bytes
コンパイル時間 468 ms
コンパイル使用メモリ 135,408 KB
実行使用メモリ 145,328 KB
最終ジャッジ日時 2023-09-28 07:41:46
合計ジャッジ時間 15,944 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 483 ms
140,612 KB
testcase_01 AC 488 ms
140,844 KB
testcase_02 AC 489 ms
141,136 KB
testcase_03 RE -
testcase_04 AC 506 ms
140,792 KB
testcase_05 RE -
testcase_06 AC 513 ms
140,924 KB
testcase_07 AC 493 ms
140,892 KB
testcase_08 AC 491 ms
140,984 KB
testcase_09 AC 497 ms
140,996 KB
testcase_10 AC 488 ms
140,908 KB
testcase_11 AC 490 ms
141,128 KB
testcase_12 AC 485 ms
140,984 KB
testcase_13 RE -
testcase_14 AC 487 ms
140,760 KB
testcase_15 RE -
testcase_16 AC 485 ms
140,980 KB
testcase_17 RE -
testcase_18 AC 480 ms
140,956 KB
testcase_19 RE -
testcase_20 RE -
testcase_21 AC 501 ms
141,128 KB
testcase_22 RE -
testcase_23 AC 484 ms
140,880 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