while True: try: m, n = map(int,input().split("/")) res = [] for i in range(m): res.append('1' + '/' + str(n)) print("+".join(res)) except: break
点赞

相关推荐

牛客网
牛客网在线编程
牛客网题解
牛客企业服务