C: printf("%.3lf %.3lf\n",x,y); C++: // 设置输出精度 cout << fixed << setprecision(3); cout<<x<<" "<<y<<endl;