#include<math.h> #include<stdio.h> int main() { printf("%.2f\n",1.00+sqrt(3.00)/(4.00-2.10)); return 0; }
转载于:https://www.cnblogs.com/chenlong991223/p/9643546.html
#include<math.h> #include<stdio.h> int main() { printf("%.2f\n",1.00+sqrt(3.00)/(4.00-2.10)); return 0; }
转载于:https://www.cnblogs.com/chenlong991223/p/9643546.html