結果

問題 No.3064 う し た ぷ に き あ く ん 笑
ユーザー TlapesiumTlapesium
提出日時 2020-04-01 23:17:08
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 35 ms / 2,000 ms
コード長 777 bytes
コンパイル時間 140 ms
コンパイル使用メモリ 10,896 KB
実行使用メモリ 10,196 KB
最終ジャッジ日時 2023-09-09 20:07:22
合計ジャッジ時間 3,238 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 16 ms
7,932 KB
testcase_01 AC 15 ms
7,812 KB
testcase_02 AC 16 ms
7,828 KB
testcase_03 AC 16 ms
7,900 KB
testcase_04 AC 15 ms
7,712 KB
testcase_05 AC 16 ms
7,756 KB
testcase_06 AC 15 ms
7,932 KB
testcase_07 AC 16 ms
7,892 KB
testcase_08 AC 16 ms
7,760 KB
testcase_09 AC 15 ms
7,804 KB
testcase_10 AC 16 ms
7,868 KB
testcase_11 AC 15 ms
7,920 KB
testcase_12 AC 15 ms
7,980 KB
testcase_13 AC 15 ms
7,968 KB
testcase_14 AC 15 ms
7,776 KB
testcase_15 AC 15 ms
7,916 KB
testcase_16 AC 16 ms
7,852 KB
testcase_17 AC 15 ms
7,940 KB
testcase_18 AC 15 ms
7,920 KB
testcase_19 AC 16 ms
7,756 KB
testcase_20 AC 16 ms
7,940 KB
testcase_21 AC 15 ms
7,780 KB
testcase_22 AC 15 ms
7,968 KB
testcase_23 AC 15 ms
7,924 KB
testcase_24 AC 16 ms
7,712 KB
testcase_25 AC 15 ms
7,892 KB
testcase_26 AC 20 ms
8,592 KB
testcase_27 AC 17 ms
8,288 KB
testcase_28 AC 33 ms
10,156 KB
testcase_29 AC 33 ms
9,964 KB
testcase_30 AC 35 ms
10,196 KB
testcase_31 AC 29 ms
9,572 KB
testcase_32 AC 31 ms
9,552 KB
testcase_33 AC 16 ms
8,112 KB
testcase_34 AC 31 ms
9,640 KB
testcase_35 AC 26 ms
9,156 KB
testcase_36 AC 26 ms
9,024 KB
testcase_37 AC 33 ms
10,000 KB
testcase_38 AC 29 ms
9,424 KB
testcase_39 AC 18 ms
8,208 KB
testcase_40 AC 20 ms
8,612 KB
testcase_41 AC 27 ms
9,292 KB
testcase_42 AC 16 ms
7,916 KB
testcase_43 AC 18 ms
8,216 KB
testcase_44 AC 29 ms
9,396 KB
testcase_45 AC 20 ms
8,648 KB
testcase_46 AC 15 ms
7,892 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

A = input()
print ( A.replace('a', 'う し ').replace('b', 'う あ ').replace('c', 'ん 笑 ').replace('d', 'た ぷ ').replace('e', 'く ん ').replace('f', 'ぷ に ').replace('g', 'し き ').replace('h', 'あ く ').replace('i', 'う く ').replace( 'j', 'あ 笑 ').replace('k', 'う ん ').replace('l', 'し ぷ ').replace('m', 'う き ').replace('n', 'く 笑 ').replace('o', 'う 笑 ').replace('p', 'に き ').replace('q', 'ぷ 笑 ').replace('r', 'た き ').replace('s', 'た ん ').replace('t', 'し あ ').replace('u', 'し ん ').replace('v', 'う う ').replace('w', 'う た ').replace('x', 'き 笑 ').replace('y', 'に く ').replace('z', '笑 笑 '))
0