結果

問題 No.423 ハムスター語初級(数詞)
ユーザー yozayoza
提出日時 2016-12-13 19:32:11
言語 Vim script
(v9.1)
結果
RE  
実行時間 -
コード長 18 bytes
コンパイル時間 57 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 5,712 KB
最終ジャッジ日時 2023-08-20 02:14:11
合計ジャッジ時間 776 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,600 KB
testcase_01 AC 3 ms
5,608 KB
testcase_02 AC 3 ms
5,580 KB
testcase_03 AC 3 ms
5,556 KB
testcase_04 AC 3 ms
5,676 KB
testcase_05 RE -
testcase_06 AC 4 ms
5,532 KB
testcase_07 AC 3 ms
5,612 KB
testcase_08 AC 3 ms
5,532 KB
testcase_09 AC 3 ms
5,584 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s/\a\{4,}\zs/ham
p
0