結果

問題 No.216 FAC
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:33:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 564 ms / 1,000 ms
コード長 83 bytes
コンパイル時間 542 ms
コンパイル使用メモリ 146,344 KB
実行使用メモリ 152,572 KB
最終ジャッジ日時 2024-07-21 02:09:18
合計ジャッジ時間 16,426 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 545 ms
151,552 KB
testcase_01 AC 556 ms
151,932 KB
testcase_02 AC 549 ms
152,192 KB
testcase_03 AC 558 ms
151,804 KB
testcase_04 AC 564 ms
152,572 KB
testcase_05 AC 556 ms
152,192 KB
testcase_06 AC 563 ms
151,552 KB
testcase_07 AC 537 ms
151,676 KB
testcase_08 AC 530 ms
152,064 KB
testcase_09 AC 532 ms
151,544 KB
testcase_10 AC 529 ms
152,064 KB
testcase_11 AC 555 ms
150,664 KB
testcase_12 AC 536 ms
151,808 KB
testcase_13 AC 546 ms
152,060 KB
testcase_14 AC 536 ms
151,292 KB
testcase_15 AC 536 ms
151,804 KB
testcase_16 AC 534 ms
151,936 KB
testcase_17 AC 533 ms
151,316 KB
testcase_18 AC 532 ms
152,056 KB
testcase_19 AC 548 ms
151,936 KB
testcase_20 AC 537 ms
151,808 KB
testcase_21 AC 552 ms
151,932 KB
testcase_22 AC 546 ms
152,188 KB
testcase_23 AC 538 ms
151,932 KB
testcase_24 AC 543 ms
151,680 KB
testcase_25 AC 543 ms
151,796 KB
testcase_26 AC 534 ms
151,676 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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