2.4
摘要:
# include <stdio.h>int main(){ int a,b,profit;double rate,tax;printf("input a's number:");scanf("%d",&a);if(a>=5000)rate=0.15;else b=a/500;switch(b) { 阅读全文
posted @ 2019-04-25 16:12 an同学 阅读(508) 评论(0) 推荐(0)
posted @ 2019-04-25 16:12 an同学 阅读(508) 评论(0) 推荐(0)
posted @ 2019-04-25 16:04 an同学 阅读(406) 评论(0) 推荐(0)