Kurenai.Dokukawa
Kurenai.Dokukawa
题解
Python3 题解 | #开学?#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
Python3 题解 | #开学?#
378 浏览
0 回复
2022-02-21
Kurenai.Dokukawa
+关注
开学?
http://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
#一行题解#
print(str(sum(int(x) for x in input().split()) % 7).replace("0", "7"))
Python3
举报
收藏
赞
评论加载中...