1 条题解

  • 1
    @ 2023-10-29 15:05:45
    #python 4级  三角形面积
    a=float(input())
    h=float(input())
    print(a*h/2)
    
    
    • 1

    信息

    ID
    1159
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    (无)
    递交数
    16
    已通过
    9
    上传者