已解决 王光裕 资深光能 #include<bits/stdc++.h> using namespace std; int main () { double a; cin>>a; printf("%.1f",a*9.86); return 0; }