結果
問題 | No.3064 う し た ぷ に き あ く ん 笑 |
ユーザー | Rute |
提出日時 | 2020-04-01 23:39:11 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 1,119 bytes |
コンパイル時間 | 90 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 34,460 KB |
最終ジャッジ日時 | 2024-06-27 12:52:13 |
合計ジャッジ時間 | 6,536 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | WA | - |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | WA | - |
testcase_28 | TLE | - |
testcase_29 | -- | - |
testcase_30 | -- | - |
testcase_31 | -- | - |
testcase_32 | -- | - |
testcase_33 | -- | - |
testcase_34 | -- | - |
testcase_35 | -- | - |
testcase_36 | -- | - |
testcase_37 | -- | - |
testcase_38 | -- | - |
testcase_39 | -- | - |
testcase_40 | -- | - |
testcase_41 | -- | - |
testcase_42 | -- | - |
testcase_43 | -- | - |
testcase_44 | -- | - |
testcase_45 | -- | - |
testcase_46 | -- | - |
ソースコード
S = input().split() ans = "" ans_2 = "" ans_3 = "" for i in range(len(S)): ans += S[i] A = ans.replace("a","うし") B = A.replace("b","う あ") C = B.replace("c","ん 笑") D = C.replace("d","た ぷ") E = D.replace("e","く ん") F = E.replace("f","ぷ に") G = F.replace("g","し き") H = G.replace("h","あ く") I = H.replace("i","う く") J = I.replace("j","あ 笑") K = J.replace("k","う ん") L = K.replace("l","し ぷ") M = L.replace("m","う き") N = M.replace("n","く 笑") O = N.replace("o","う 笑") P = O.replace("p","に き") Q = P.replace("q","ぷ 笑") R = Q.replace("r","た き") S = R.replace("s","た ん") T = S.replace("t","し あ") U = T.replace("u","し ん") V = U.replace("v","う う") W = V.replace("w","う た") X = W.replace("x","き 笑") Y = X.replace("y","に く") Z = Y.replace("z","笑 笑") second = Z.split() for i in range(len(second)): ans_2 += second[i] for j in range(len(ans_2)): if j == len(ans_2)-1: ans_3 += ans_2[j] else: ans_3 += ans_2[j] ans_3 += " " print(ans_3)