收费(不能想多了,超过20之后,全部按新的收费)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>
int main()
{
double a;
scanf("%lf",&a);
double sum=0;
if(……
编写题解 3007: 收费
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
int main() {
double sum;
double i, j;
scanf("%lf", &i);
……
题解 3007: 收费
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double n = 0; double feiyong = 0; scanf("%lf\n", &n); if……