AC151****98792024-10-22 15:29:26发布于:浙江1阅读0回复0点赞import math code=input() num=float(input()) if code=='ceil': print(math.ceil(num)) if code=='floor': print(math.floor(num)) if code=='round': print(round(num)) 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个