题解 | #除法与取模运算#

除法与取模运算

https://www.nowcoder.com/practice/9fe22ac9e55448f4920886f84efeac58

import sys

x = int(input())
y = int(input())
print(x//y, x%y)
print("{:.2f}".format(x/y))

全部评论

相关推荐

谁知道呢_:你好,我是炮灰n+1号
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务