企业奖金发放,带小数点, 摘要:解题思路:注意事项:不知道为啥,在编译器上没问题,就是提交后显示答案错误。参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); …… 题解列表 2022年03月21日 0 点赞 0 评论 250 浏览 评分:6.0
编写题解 1494: 蓝桥杯算法提高VIP-企业奖金发放 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int main() { double a; ci…… 题解列表 2022年04月29日 0 点赞 0 评论 187 浏览 评分:0.0
蓝桥杯算法提高VIP-企业奖金发放 摘要:解题思路:按照题目要求判断所在的范围,再输出就可以了。注意事项:要保留两位小数。参考代码:#include<bits/stdc++.h>using namespace std;double a;int…… 题解列表 2022年05月05日 0 点赞 0 评论 185 浏览 评分:0.0
一种超简单的方法 摘要:#include int main() { double n,m; scanf("%lf",&n); if(n…… 题解列表 2022年12月06日 0 点赞 0 评论 212 浏览 评分:9.9
1494: 蓝桥杯算法提高VIP-企业奖金发放——Ccp 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double a; scanf("%lf",&a); if(a<=100000)printf(…… 题解列表 2023年03月09日 1 点赞 0 评论 272 浏览 评分:9.9