Loading

摘要: import sys line = (sys.stdin.readline().strip()) nums = line.split() num1, num2 = nums[0], nums[1] def product(bit: str, x: str): ans = '' c = 0 b = i 阅读全文
posted @ 2022-09-02 21:39 ArkiWang 阅读(97) 评论(0) 推荐(0) 编辑