B4197 python的题解 Tom_yun · 2025-08-27 13:45:52 · 题解 欢迎来到我的题解 这道题其实已经简单到爆炸了 所以我直接上代码 = input() s = '*Welcome,ContestantNo.'+s+'!*' print(len(s)*'*') print(s) print(len(s)*'*') 这是解释这道题的链接