0
已解决
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
double a,b,c,d;
a=3830;
b=5490;
c=(b-a)/2;
d=b+c;
printf("%.2f",d);
return 0;
}
0
已采纳
0
0
0
0
0


