摘要: ^数学中表示乘方运算 (x^y: x的y次方)c语言中^表示位运算按位异或 阅读全文
posted @ 2013-10-30 16:57 leegooy 阅读(165) 评论(0) 推荐(0) 编辑
摘要: printf("剩余本金%.2lf\n", benjin - benjin / yue_a * i);printf("剩余本金%.2lf\n", benjin * (1 - 1 / yue_a * i)); /*这不是数学除法*/#include #define M 999int main(){ double benjin = 0.0; double lilv = 0.0; double nianxian = 0.0; double benxi_a = 0.0; double lixi_a = 0.0; int... 阅读全文
posted @ 2013-10-30 16:09 leegooy 阅读(606) 评论(0) 推荐(0) 编辑