摘要:
A. Doors in the Center 模拟 代码实现 n = int(input()) s = ['-']*n if n%2 == 0: s[n//2-1] = '=' s[n//2] = '=' else: s[n//2] = '=' print(''.join(s)) B. Full H 阅读全文
posted @ 2025-03-23 01:32
V_Melville
阅读(37)
评论(0)
推荐(0)
浙公网安备 33010602011771号