牛客多校(2020第五场)I Hard Math Problem

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

题解:

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

  白色部位是总部

 

 

 

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

 

posted @ 2020-08-18 11:36  Mr__wei  阅读(27)  评论(0编辑  收藏  举报