似乎有什么错误,但看不出来----------------#1 2 3 4 5 6 7 8 10 WA
#include<bits/stdc++.h> using namespace std; int main(){ double a,x,n; cin>>x>>n; a=n*(x/1000); cout<<fixed<<setprecision(4)<<a+x; }