結果

問題 No.216 FAC
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:33:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 512 ms / 1,000 ms
コード長 83 bytes
コンパイル時間 374 ms
コンパイル使用メモリ 132,968 KB
実行使用メモリ 141,256 KB
最終ジャッジ日時 2023-09-28 07:42:20
合計ジャッジ時間 14,873 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 480 ms
140,980 KB
testcase_01 AC 479 ms
140,884 KB
testcase_02 AC 477 ms
141,000 KB
testcase_03 AC 496 ms
141,008 KB
testcase_04 AC 493 ms
141,172 KB
testcase_05 AC 496 ms
141,136 KB
testcase_06 AC 502 ms
140,956 KB
testcase_07 AC 476 ms
140,968 KB
testcase_08 AC 477 ms
140,892 KB
testcase_09 AC 480 ms
140,764 KB
testcase_10 AC 480 ms
140,960 KB
testcase_11 AC 486 ms
141,004 KB
testcase_12 AC 486 ms
140,788 KB
testcase_13 AC 484 ms
140,980 KB
testcase_14 AC 481 ms
140,972 KB
testcase_15 AC 476 ms
140,840 KB
testcase_16 AC 475 ms
140,808 KB
testcase_17 AC 475 ms
140,944 KB
testcase_18 AC 482 ms
140,956 KB
testcase_19 AC 490 ms
140,828 KB
testcase_20 AC 487 ms
141,012 KB
testcase_21 AC 512 ms
141,256 KB
testcase_22 AC 483 ms
140,932 KB
testcase_23 AC 486 ms
140,848 KB
testcase_24 AC 476 ms
140,800 KB
testcase_25 AC 478 ms
140,944 KB
testcase_26 AC 479 ms
141,000 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