結果

問題 No.345 最小チワワ問題
ユーザー tailstails
提出日時 2017-11-15 10:29:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 501 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 1,123 ms
コンパイル使用メモリ 143,080 KB
実行使用メモリ 146,708 KB
最終ジャッジ日時 2023-10-26 04:19:19
合計ジャッジ時間 17,901 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 466 ms
145,136 KB
testcase_01 AC 476 ms
145,280 KB
testcase_02 AC 483 ms
144,484 KB
testcase_03 AC 474 ms
146,708 KB
testcase_04 AC 458 ms
145,280 KB
testcase_05 AC 460 ms
145,024 KB
testcase_06 AC 464 ms
145,380 KB
testcase_07 AC 461 ms
145,240 KB
testcase_08 AC 464 ms
145,252 KB
testcase_09 AC 472 ms
145,392 KB
testcase_10 AC 476 ms
145,260 KB
testcase_11 AC 496 ms
145,252 KB
testcase_12 AC 501 ms
145,332 KB
testcase_13 AC 468 ms
145,244 KB
testcase_14 AC 474 ms
144,488 KB
testcase_15 AC 471 ms
145,272 KB
testcase_16 AC 479 ms
145,280 KB
testcase_17 AC 475 ms
145,228 KB
testcase_18 AC 488 ms
145,532 KB
testcase_19 AC 471 ms
145,360 KB
testcase_20 AC 477 ms
145,260 KB
testcase_21 AC 475 ms
143,612 KB
testcase_22 AC 476 ms
145,220 KB
testcase_23 AC 467 ms
145,280 KB
testcase_24 AC 465 ms
145,272 KB
testcase_25 AC 465 ms
145,280 KB
testcase_26 AC 464 ms
145,344 KB
testcase_27 AC 487 ms
143,792 KB
testcase_28 AC 489 ms
144,684 KB
testcase_29 AC 491 ms
145,492 KB
testcase_30 AC 501 ms
143,016 KB
testcase_31 AC 482 ms
145,244 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say min map(*.chars,get~~m:ex/c.*w.*w/)||-1
0