結果

問題 No.8064 う し た ぷ に き あ く ん 笑
コンテスト
ユーザー Tlapesium
提出日時 2020-04-01 22:59:36
言語 Python3
(3.14.3 + numpy 2.4.2 + scipy 1.17.0)
コンパイル:
python3 -mpy_compile _filename_
実行:
python3 _filename_
結果
WA  
実行時間 -
コード長 776 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 478 ms
コンパイル使用メモリ 20,828 KB
実行使用メモリ 15,500 KB
最終ジャッジ日時 2026-03-15 08:12:30
合計ジャッジ時間 6,381 ms
ジャッジサーバーID
(参考情報)
judge3_0 / judge1_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 47
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

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