結果

問題 No.345 最小チワワ問題
ユーザー tailstails
提出日時 2017-11-15 10:32:32
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 466 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 803 ms
コンパイル使用メモリ 141,816 KB
実行使用メモリ 145,004 KB
最終ジャッジ日時 2023-10-26 04:19:48
合計ジャッジ時間 16,938 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 426 ms
144,716 KB
testcase_01 AC 444 ms
144,736 KB
testcase_02 AC 437 ms
144,864 KB
testcase_03 AC 449 ms
144,940 KB
testcase_04 AC 439 ms
144,736 KB
testcase_05 AC 427 ms
144,736 KB
testcase_06 AC 427 ms
144,736 KB
testcase_07 AC 418 ms
144,692 KB
testcase_08 AC 460 ms
144,692 KB
testcase_09 AC 417 ms
144,692 KB
testcase_10 AC 411 ms
144,716 KB
testcase_11 AC 424 ms
144,692 KB
testcase_12 AC 431 ms
144,692 KB
testcase_13 AC 429 ms
144,692 KB
testcase_14 AC 465 ms
144,368 KB
testcase_15 AC 446 ms
144,736 KB
testcase_16 AC 455 ms
144,736 KB
testcase_17 AC 445 ms
144,736 KB
testcase_18 AC 449 ms
143,816 KB
testcase_19 AC 431 ms
144,636 KB
testcase_20 AC 416 ms
144,716 KB
testcase_21 AC 425 ms
144,692 KB
testcase_22 AC 417 ms
144,716 KB
testcase_23 AC 438 ms
144,736 KB
testcase_24 AC 424 ms
144,736 KB
testcase_25 AC 431 ms
144,736 KB
testcase_26 AC 432 ms
144,736 KB
testcase_27 AC 431 ms
144,748 KB
testcase_28 AC 430 ms
144,692 KB
testcase_29 AC 466 ms
143,816 KB
testcase_30 AC 440 ms
145,004 KB
testcase_31 AC 429 ms
144,692 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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