7.复杂一点的表达式计算

#include<math.h>
#include <stdio.h>
int main()
{
    printf("%.2f\n",1.00+sqrt(3.00)/(4.00-2.10));
    return 0;
}

 

posted @ 2018-09-13 22:12  Estwind  阅读(258)  评论(0)    收藏  举报