1 条题解

  • 3
    @ 2023-9-29 11:35:05

    Python的哦~

    n=int(input())
    m=int(input())
    pay=3*n+5*m+12-(3*n+5*m+12)//100*30
    print("总金额为"+str(pay)+"元")
    
    • 1

    信息

    ID
    826
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    1544
    已通过
    654
    上传者