摘要:
#include #define HP_PRICE 80 #define MPS_PRICE 10 #define CSP_PRICE 8 float commission(int headphone,int shell,int protector){ int sum=headphone*HP_PRICE+shell*MPS_PRICE+protector*CSP_PRICE; ... 阅读全文
posted @ 2017-03-10 16:48
Why-Not
阅读(262)
评论(0)
推荐(0)

浙公网安备 33010602011771号