2 条题解

  • 0
    @ 2025-10-13 14:52:39

    Python:

    fahrenheit = int(input())
    print( "%.3f" % ((fahrenheit - 32) * 5 / 9))
    

    信息

    ID
    33
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    24
    已通过
    9
    上传者