結果

問題 No.423 ハムスター語初級(数詞)
ユーザー %20%20
提出日時 2017-09-15 16:35:40
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 379 ms / 2,000 ms
コード長 24 bytes
コンパイル時間 368 ms
コンパイル使用メモリ 144,540 KB
実行使用メモリ 146,712 KB
最終ジャッジ日時 2024-05-03 13:53:28
合計ジャッジ時間 4,886 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 375 ms
146,584 KB
testcase_01 AC 371 ms
146,328 KB
testcase_02 AC 371 ms
146,332 KB
testcase_03 AC 379 ms
146,444 KB
testcase_04 AC 369 ms
146,336 KB
testcase_05 AC 372 ms
146,448 KB
testcase_06 AC 374 ms
146,328 KB
testcase_07 AC 372 ms
146,580 KB
testcase_08 AC 370 ms
146,712 KB
testcase_09 AC 373 ms
146,572 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;s/u.*/$/ham/;.say
0