#include <stdio.h>
#include <math.h>

int main(){
  printf("%.8fn",1+2*sqrt(3)/(5-0.1));

  return 0;
}

标签: none

添加新评论