結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
tempura_pp
|
| 提出日時 | 2020-04-01 22:26:29 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 1,059 bytes |
| コンパイル時間 | 150 ms |
| コンパイル使用メモリ | 82,332 KB |
| 実行使用メモリ | 327,384 KB |
| 最終ジャッジ日時 | 2024-06-27 11:37:30 |
| 合計ジャッジ時間 | 6,375 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 21 WA * 7 TLE * 1 -- * 18 |
ソースコード
s = input()
ans = ""
for c in s :
if c =='a' : ans += 'う し '
if c =='b' : ans += 'う あ '
if c =='c' : ans += 'ん 笑 '
if c =='d' : ans += 'た ぷ '
if c =='e' : ans += 'く ん '
if c =='f' : ans += 'ぷ に '
if c =='g' : ans += 'し き '
if c =='h' : ans += 'あ く '
if c =='i' : ans += 'う く '
if c =='j' : ans += 'あ 笑 '
if c =='k' : ans += 'う ん '
if c =='l' : ans += 'し ぷ '
if c =='m' : ans += 'う き '
if c =='n' : ans += 'く ん '
if c =='o' : ans += 'う 笑 '
if c =='p' : ans += 'に き '
if c =='q' : ans += 'ぷ 笑 '
if c =='r' : ans += 'た き '
if c =='s' : ans += 'た ん '
if c =='t' : ans += 'し あ '
if c =='u' : ans += 'し ん '
if c =='v' : ans += 'う う '
if c =='w' : ans += 'う た '
if c =='x' : ans += 'き 笑 '
if c =='y' : ans += 'に く '
if c =='z' : ans += '笑 笑 '
print(ans)
tempura_pp