結果

問題 No.423 ハムスター語初級(数詞)
ユーザー %20%20
提出日時 2017-09-15 16:26:45
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 362 ms / 2,000 ms
コード長 29 bytes
コンパイル時間 335 ms
コンパイル使用メモリ 135,724 KB
実行使用メモリ 146,488 KB
最終ジャッジ日時 2024-05-03 13:52:29
合計ジャッジ時間 4,631 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 324 ms
146,360 KB
testcase_01 AC 315 ms
146,232 KB
testcase_02 AC 313 ms
146,232 KB
testcase_03 AC 318 ms
146,356 KB
testcase_04 AC 362 ms
146,236 KB
testcase_05 AC 349 ms
146,360 KB
testcase_06 AC 328 ms
146,364 KB
testcase_07 AC 322 ms
146,488 KB
testcase_08 AC 313 ms
146,360 KB
testcase_09 AC 315 ms
146,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=get)~($_~~/u/&&'ham')
0