小白,看看就行,不动脑袋 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstdio>usingnamespacestd;intmain(){ &…… 题解列表 2024年11月07日 0 点赞 0 评论 28 浏览 评分:0.0
蓝桥杯算法提高VIP-理财计划(这题坑还挺多的,最后的值不能四舍五入) 摘要:解题思路:题目好像没有要求要保留两位小数,但测试要求是,浮点类型转换为整型是不会四舍五入的注意事项:参考代码:#include<stdio.h>int main(){in…… 题解列表 2023年11月03日 0 点赞 0 评论 89 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ floatk,p,pro…… 题解列表 2023年06月29日 0 点赞 0 评论 114 浏览 评分:0.0
蓝桥杯算法提高VIP—理财计划—Python 摘要:解题思路:注意事项:参考代码:k,n,p=map(float,input().split())s=0m=kforiinrange(1,int(n+1)): s+=…… 题解列表 2023年04月08日 0 点赞 0 评论 142 浏览 评分:9.9
理财计划(c++) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>usingnamespacestd;intmain(){doublek=0,…… 题解列表 2023年01月25日 0 点赞 0 评论 57 浏览 评分:0.0
不能四舍五入,所以要用点小技巧 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){intn,t;doublem;cin>>n&…… 题解列表 2023年01月14日 0 点赞 0 评论 55 浏览 评分:0.0
逆向思维+拆分思维 摘要:解题思路:昨晚睡前躺在床上,睡不着想出来的比较常规的解法这是复利的一种数学常规算法吧我数学实在差需要加强注意事项:参考代码:k,n,p=map(float,input().split())s=0m=k…… 题解列表 2022年07月24日 0 点赞 0 评论 81 浏览 评分:0.0
蓝桥杯算法提高VIP-理财计划 题解(c++超级的。。。。。) 摘要:解题思路:就看你对题目的理解能力啦!没什么!上程序!(说实话,我觉得这题目有点古怪,有这样算利益的吗!)(我也去银行看看!)注意事项:无。参考代码:#include<bits/stdc++.h&…… 题解列表 2022年05月14日 0 点赞 0 评论 183 浏览 评分:0.0
编写题解 1547: 蓝桥杯算法提高VIP-理财计划(floor向下取整) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include <bits/stdc++.h>using namespa…… 题解列表 2022年05月11日 0 点赞 0 评论 68 浏览 评分:0.0
c++理财计划 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;classmaney{public:intn;floatk,p;};intm…… 题解列表 2022年03月19日 0 点赞 0 评论 156 浏览 评分:0.0