a = float(input()) if a >= 0: s = 3.14 * a * a print(s) else: raise (Exception)
效果图:
收起
对啊?没有问题啊?怎么了?
报告相同问题?