• 2022-06-09
    s=input()print("{:.2f}".format(eval(s))) 输入用例:10+100输出什么?
    A: 110.00
    B: 100.00
    C: 90.00
    D: 80.00
  • 举一反三