1256: 诡秘的余数 我无语了。。。 摘要:解题思路:写这题时,我无语了。。。只要把“+”改成“%”就好了。注意事项:参考代码:while True: try: a,b=map(int,input().strip().…… 题解列表 2023年02月03日 0 点赞 0 评论 81 浏览 评分:0.0
1256: 诡秘的余数 摘要:解题思路:注意事项:参考代码:while True: try: a,b=map(int,input().split()) if a<b: …… 题解列表 2022年02月15日 0 点赞 0 评论 107 浏览 评分:0.0
诡秘的余数 (Python代码) 摘要:解题思路: Python太坏了,啥都帮我做了,我还怎么学习注意事项:参考代码:while True: try: n,m=map(int, input().sp…… 题解列表 2019年04月18日 0 点赞 1 评论 486 浏览 评分:9.9