Problem1538--网购打折商品

1538: 网购打折商品

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 4  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

某网上购物网站对用户实行优惠,买家购物货款p越多,则折扣越多。今天正值该网站优惠折扣日,买家可以获得8%的折扣。请编程从键盘输入买家购物货款p,计算并输出买家折扣后实际应付出的价钱。

Input

输入提示信息:

Output

输出格式:

Sample Input Copy

Input payment p:300

Sample Output Copy

price = 276.0

Source/Category

61