题目链接:https://ac.nowcoder.com/acm/contest/5670/I

题解:

  一个大佬朋友画的图!!!膜拜

  白色部位是总部牛客多校(2020第五场)I Hard Math Problem

 

 

 

1 #include<stdio.h>
2 
3 int main() {
4     printf ("%.6f", 2.0/3);
5 }

 

相关文章:

  • 2019-08-05
  • 2019-08-10
  • 2021-11-16
  • 2020-07-14
  • 2021-12-05
  • 2019-08-11
  • 2019-09-06
  • 2019-07-28
猜你喜欢
  • 2021-05-08
  • 2021-06-28
  • 2018-08-19
  • 2019-07-28
  • 2018-07-26
  • 2019-08-15
  • 2019-07-28
相关资源
相似解决方案