题解 | #函数求差#

函数求差

https://www.nowcoder.com/practice/ad1a6e344add40bdb05c44ce086c1e94

x = int(input())
y = int(input())

def f(a,b):
    return a - b

print(f(x,y),f(y,x),sep = '\n')

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务