电信141p27第4题

来源:互联网 发布:常见的网络攻击技术 编辑:程序博客网 时间:2024/04/30 12:28

#include<stdio.h>
float main()
{ float x=3.14f;

 
  printf("%.3f\n",x);
  return 0;
}

0 0