零起点学算法07时间:2021-12-29 19:35:05#include<math.h> #include<stdio.h> int main() { printf("%.2f\n",1.00+sqrt(3.00)/(4.00-2.10)); return 0; }