卬高杯
提出id | 提出時刻 | ユーザー名 | 問題 | 言語 | 判定状況 | 判定 | 実行時間 |
---|---|---|---|---|---|---|---|
114973 | 2023-10-25 08:09:44 | loop0919 | B | python | 18/18 | AC | 36 |
S = input()
ans = ""
for s in S:
if s == "X":
ans += "Twitter"
else:
ans += s
print(ans)
sample1.txt AC 16 sample2.txt AC 17 sample3.txt AC 27 case1.txt AC 34 case2.txt AC 27 case3.txt AC 21 case4.txt AC 29 case5.txt AC 25 case6.txt AC 24 case7.txt AC 20 case8.txt AC 18 case9.txt AC 20 case10.txt AC 28 case11.txt AC 26 case12.txt AC 30 case13.txt AC 36 case14.txt AC 30 case15.txt AC 30 36 AC