#1397. C++-判断-货物快递费用计算
C++-判断-货物快递费用计算
Background
Description
C++-判断-货物快递费用计算
如果小于或等于500克,费用是10元;如果小于或等于5000克,费用是30元;否则费用是50元。
Format
Input
Output
Samples
300
c=10
5000
c=30
5001
c=50
Limitation
1s, 1024KiB for each test case.
C++-判断-货物快递费用计算
如果小于或等于500克,费用是10元;如果小于或等于5000克,费用是30元;否则费用是50元。
300
c=10
5000
c=30
5001
c=50
1s, 1024KiB for each test case.
By signing up a PaiBlockly编程创客平台图形模块编程软件系统 universal account, you can submit code and join discussions in all online judging services provided by us.