码迷,mamicode.com
首页 > 其他好文 > 详细

静静的储蓄计划

时间:2019-10-26 19:01:17      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:bsp   c++   ++   return   mon   else   main   include   its   

#include<bits/stdc++.h>
int main(){
int x=0,money[12]={0},hand=0,dep=0;
for(int i=0;i<12;i++){
    hand+=300;
    scanf("%d",&money[i]);
    if((hand-money[i])>=0){dep+=(hand-money[i])/100*100;
    
    }    
    else x=-i-1;
//    printf("活动金额:%d,x的值:%d\n",hand-money[i],x);
    hand=hand-(hand-money[i])/100*100-money[i];
//    printf("剩余钱数:%d,妈妈那得存款:%d\n",hand,dep);
}
hand+=dep*1.20;
if(x<0){printf("%d",x);
return 0;
}
printf("%d",hand);
return 0;
}

静静的储蓄计划

标签:bsp   c++   ++   return   mon   else   main   include   its   

原文地址:https://www.cnblogs.com/duanry/p/11743944.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!