結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 548 ms
151,696 KB
testcase_01 AC 563 ms
151,700 KB
testcase_02 AC 581 ms
151,444 KB
testcase_03 RE -
testcase_04 AC 564 ms
152,080 KB
testcase_05 RE -
testcase_06 AC 550 ms
152,592 KB
testcase_07 AC 532 ms
151,828 KB
testcase_08 AC 536 ms
151,764 KB
testcase_09 AC 534 ms
151,824 KB
testcase_10 AC 534 ms
152,340 KB
testcase_11 AC 529 ms
151,824 KB
testcase_12 AC 528 ms
151,172 KB
testcase_13 RE -
testcase_14 AC 537 ms
151,640 KB
testcase_15 RE -
testcase_16 AC 562 ms
152,240 KB
testcase_17 RE -
testcase_18 AC 524 ms
151,828 KB
testcase_19 RE -
testcase_20 RE -
testcase_21 AC 572 ms
152,512 KB
testcase_22 RE -
testcase_23 AC 543 ms
152,080 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