假设奖金税率如下(a代表奖金,r代表税率) a
问题描述:
假设奖金税率如下(a代表奖金,r代表税率) a
答
#include
void main()
{
int result=0;
int money=0;
printf("Please input the money you get: ");
scanf("%d",&money);
if(money