编写题解 1502: 蓝桥杯算法提高VIP-利息计算
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>
using namespace std;
int main()
{
double val,x,total……
111111111111111111111111111111111111111111111111111111111111111111
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; float m; cin>>n>>m; dou……
蓝简单好桥杯算法提高VIP-利息计算
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main() { double m,n; scanf("%lf%lf",&m,&n); printf("%.2……
小南解题--利息计算--87ms
摘要:'''2022年03月11日 21:20:30.224zgn946''' a,b=map(float,input().split())d=a*0.8*b……