PublicServan 板


LINE

(本文公式有更正在底部) 公教 定期储蓄存款 半年给息 利率1.595% 附件为细算公式 至少问了六位行员 如果不说 你一定不知道Trick在那里 那一家的我不想说了 最後得知 它是单利 同时 以int(integer整数去除小数点) 来算 你可以心算出第一年前两个月是 0 无言........................... 公教人员 你们辛苦了 台北富邦数位客服: 定存利息的计算方法,采按日计息 一、算式:本金X年利率/365天*存款天数, 故每月给息者,金额可能因月份天数不同有些微差异 注意它是 [按日计息] 由於没有注明是四舍五入 所以我一概去除小数点 10000*1.595%/365*1 = 0.43698630137 第1天 利息是 0 10000*1.595%/365*1 = 0.43698630137 第2天 利息是 0 第一个月 利息 0 ////////////////////////////细算公式/////////////// Result0: 858 第一年利 Result1: 2801 第二年利 Result2: 4760 第三年利 将code start 到 code end 放入此站 然後点网站中第一列的Run看结果 https://www.onlinegdb.com/online_c++_compiler 如图 https://www.mediafire.com/view/yvgqp550i4017zx/bank_interest.png/file //code start #include <iostream> #include <stdio.h> int main() { double half_interest0; double half_interest1; double accumulation = 0.0; accumulation += ((int)(10000 * 1.595 / 100 / 365)) * 31; accumulation += ((int)(20000 * 1.595 / 100 / 365)) * 28; accumulation += ((int)(30000 * 1.595 / 100 / 365)) * 31; accumulation += ((int)(40000 * 1.595 / 100 / 365)) * 30; accumulation += ((int)(50000 * 1.595 / 100 / 365)) * 31; accumulation += ((int)(60000 * 1.595 / 100 / 365)) * 20; half_interest0 = accumulation; accumulation = 0.0; accumulation += ((int)((60000 + half_interest0) * 1.595 / 100 / 365)) * 10; //6/21 pay interest accumulation += ((int)((70000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((80000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((90000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((100000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((110000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((120000 + half_interest0) * 1.595 / 100 / 365)) * 20; half_interest1 = accumulation; accumulation = 0.0; accumulation += ((int)((120000 + half_interest0 + half_interest1) * 1.595 / 100 / 365)) * 11; //12/21 pay interest std::cout << "Result0: " << half_interest0 + half_interest1 + accumulation << std::endl; accumulation = 0.0; accumulation += ((int)((120000 + 858 + 10000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 20000) * 1.595 / 100 / 365)) * 28; accumulation += ((int)((120000 + 858 + 30000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 40000) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((120000 + 858 + 50000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 60000) * 1.595 / 100 / 365)) * 20; half_interest0 = accumulation; accumulation = 0.0; accumulation += ((int)((120000 + 858 + 60000 + half_interest0) * 1.595 / 100 / 365)) * 10; //6/21 pay interest accumulation += ((int)((120000 + 858 + 70000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 80000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 90000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((120000 + 858 + 100000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((120000 + 858 + 110000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((120000 + 858 + 120000 + half_interest0) * 1.595 / 100 / 365)) * 20; half_interest1 = accumulation; accumulation = 0.0; accumulation += ((int)((120000 + 858 + 120000 + half_interest0 + half_interest1) * 1.595 / 100 / 365)) * 11; //12/21 pay interes std::cout << "Result1: " << half_interest0 + half_interest1 + accumulation << std::endl; accumulation = 0.0; accumulation += ((int)((240000 + 2801 + 10000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 20000) * 1.595 / 100 / 365)) * 28; accumulation += ((int)((240000 + 2801 + 30000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 40000) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((240000 + 2801 + 50000) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 60000) * 1.595 / 100 / 365)) * 20; half_interest0 = accumulation; accumulation = 0.0; accumulation += ((int)((240000 + 2801 + 60000 + half_interest0) * 1.595 / 100 / 365)) * 10; //6/21 pay interest accumulation += ((int)((240000 + 2801 + 70000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 80000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 90000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((240000 + 2801 + 100000 + half_interest0) * 1.595 / 100 / 365)) * 31; accumulation += ((int)((240000 + 2801 + 110000 + half_interest0) * 1.595 / 100 / 365)) * 30; accumulation += ((int)((240000 + 2801 + 120000 + half_interest0) * 1.595 / 100 / 365)) * 20; half_interest1 = accumulation; accumulation = 0.0; accumulation += ((int)((240000 + 2801 + 120000 + half_interest0 + half_interest1) * 1.595 / 100 / 365)) * 11; //12/21 pay interest std::cout << "Result2: " << half_interest0 + half_interest1 + accumulation << std::endl << std::endl; return 0; } //code end --



※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 218.187.86.86 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/PublicServan/M.1698072207.A.818.html
1F:推 aleventy: 超级优惠,给赞 10/23 22:58
2F:推 maiico: 央行14%屌打 10/24 07:18
3F:推 y932987: 搞不好是贪污 国外也有贪一元的案件 然後加总数字可观 10/24 07:42
https://tinyurl.com/bd98wnwp 您说的叫 萨拉米 技术 Thomas Whiteside 在 1978 年出版的《Computer Capers》一书中报告了 40 多年前这种 技术的真实例子 银行做就叫合法 你做就是违法
4F:→ iverson414: 笑烂了 10/24 08:04
5F:→ longlydreami: 其他投资比这个划算 这个太保守 10/24 09:18
6F:推 RX78NT1: 我也有去柜台问,他回答反正公家不会算错你就领就对了 10/24 12:21
※ 编辑: fatalfeel2 (114.32.93.159 台湾), 10/25/2023 11:00:58 公式有修正请看这 https://webptt.com/cn.aspx?n=bbs/PublicServan/M.1698134548.A.0E3.html ※ 编辑: fatalfeel2 (114.32.93.159 台湾), 10/25/2023 16:15:28
7F:推 roy147yo: C++好难啊 10/25 18:35







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:Boy-Girl站内搜寻

TOP