結果

問題 No.436 ccw
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 18:13:59
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 460 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 398 ms
コンパイル使用メモリ 120,220 KB
実行使用メモリ 132,284 KB
最終ジャッジ日時 2023-09-28 08:26:06
合計ジャッジ時間 12,160 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 371 ms
132,192 KB
testcase_01 AC 369 ms
132,184 KB
testcase_02 AC 368 ms
131,996 KB
testcase_03 AC 367 ms
132,012 KB
testcase_04 AC 368 ms
132,192 KB
testcase_05 AC 362 ms
132,248 KB
testcase_06 AC 366 ms
131,992 KB
testcase_07 AC 364 ms
132,180 KB
testcase_08 AC 360 ms
131,940 KB
testcase_09 AC 364 ms
132,256 KB
testcase_10 AC 362 ms
132,096 KB
testcase_11 AC 363 ms
131,900 KB
testcase_12 AC 361 ms
132,104 KB
testcase_13 AC 358 ms
132,012 KB
testcase_14 AC 361 ms
131,996 KB
testcase_15 AC 361 ms
131,964 KB
testcase_16 AC 369 ms
131,944 KB
testcase_17 AC 358 ms
132,004 KB
testcase_18 AC 361 ms
131,788 KB
testcase_19 AC 364 ms
132,012 KB
testcase_20 AC 366 ms
132,084 KB
testcase_21 AC 422 ms
132,076 KB
testcase_22 AC 415 ms
132,008 KB
testcase_23 AC 413 ms
132,284 KB
testcase_24 AC 460 ms
131,696 KB
testcase_25 AC 411 ms
132,280 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say (get~'w').comb.Bag<c w>.min-1
0