結果

問題 No.423 ハムスター語初級(数詞)
ユーザー %20%20
提出日時 2017-09-15 16:35:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 351 ms / 2,000 ms
コード長 27 bytes
コンパイル時間 425 ms
コンパイル使用メモリ 144,032 KB
実行使用メモリ 138,640 KB
最終ジャッジ日時 2024-11-24 14:19:09
合計ジャッジ時間 4,728 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
138,636 KB
testcase_01 AC 343 ms
138,512 KB
testcase_02 AC 336 ms
138,640 KB
testcase_03 AC 350 ms
138,508 KB
testcase_04 AC 346 ms
138,640 KB
testcase_05 AC 345 ms
138,384 KB
testcase_06 AC 346 ms
138,636 KB
testcase_07 AC 349 ms
138,508 KB
testcase_08 AC 339 ms
138,612 KB
testcase_09 AC 339 ms
138,512 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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