题解 | 函数求差

函数求差

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

# 机智如我
import sys

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

def call(x,y):
    print(x - y )
    print(y-x)

call(x,y)

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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