結果

問題 No.345 最小チワワ問題
ユーザー tailstails
提出日時 2017-11-15 10:32:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 417 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 596 ms
コンパイル使用メモリ 138,424 KB
実行使用メモリ 138,864 KB
最終ジャッジ日時 2024-09-25 12:07:16
合計ジャッジ時間 14,631 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
138,144 KB
testcase_01 AC 390 ms
138,400 KB
testcase_02 AC 408 ms
138,528 KB
testcase_03 AC 401 ms
138,788 KB
testcase_04 AC 389 ms
138,272 KB
testcase_05 AC 394 ms
138,404 KB
testcase_06 AC 396 ms
138,864 KB
testcase_07 AC 396 ms
138,172 KB
testcase_08 AC 387 ms
138,044 KB
testcase_09 AC 384 ms
138,272 KB
testcase_10 AC 389 ms
138,144 KB
testcase_11 AC 387 ms
138,016 KB
testcase_12 AC 393 ms
138,148 KB
testcase_13 AC 393 ms
138,020 KB
testcase_14 AC 393 ms
138,272 KB
testcase_15 AC 392 ms
138,288 KB
testcase_16 AC 389 ms
138,020 KB
testcase_17 AC 386 ms
138,580 KB
testcase_18 AC 406 ms
138,784 KB
testcase_19 AC 386 ms
138,272 KB
testcase_20 AC 384 ms
138,144 KB
testcase_21 AC 387 ms
138,272 KB
testcase_22 AC 386 ms
138,016 KB
testcase_23 AC 391 ms
138,144 KB
testcase_24 AC 382 ms
138,272 KB
testcase_25 AC 389 ms
138,276 KB
testcase_26 AC 390 ms
138,404 KB
testcase_27 AC 412 ms
138,272 KB
testcase_28 AC 388 ms
138,016 KB
testcase_29 AC 401 ms
138,660 KB
testcase_30 AC 417 ms
138,420 KB
testcase_31 AC 385 ms
138,276 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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