(根据你计算的结果输出吧)
#include <stdio.h> #include <math.h> int main() { printf("%.2f",1+sqrt(3.0)/(4-2.1)); return 0; }