收费(不能想多了,超过20之后,全部按新的收费) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { double a; scanf("%lf",&a); double sum=0; if(…… 题解列表 2023年10月07日 0 点赞 0 评论 136 浏览 评分:0.0
题解 3007: 收费 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double n = 0; double feiyong = 0; scanf("%lf\n", &n); if…… 题解列表 2023年02月24日 0 点赞 0 评论 143 浏览 评分:9.9
ikun崩溃代码 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ double t; scanf("%lf",&t); if (t<=20){ printf("%.2lf",…… 题解列表 2023年02月01日 0 点赞 0 评论 89 浏览 评分:0.0
收费(c语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double x,s; scanf("%lf",&x); if(x<=20) {…… 题解列表 2023年01月12日 0 点赞 0 评论 122 浏览 评分:0.0
编写题解 3007: 收费 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main() { double sum; double i, j; scanf("%lf", &i); …… 题解列表 2022年12月26日 0 点赞 0 评论 356 浏览 评分:9.9