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

除法与取模运算

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

def fun(x,y):
    if y != 0:
        a = x // y
        b = x % y
        c = x / y
        print('{} {}\n{:.2f}'.format(a,b,c))
x = int(input())
y = int(input())
fun(x,y)

全部评论

相关推荐

2024-12-23 06:50
东北大学 Java
给点吧求求了:3点发的帖子,害怕😰
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务