摘要: 1001: 推出公式只需要1/x+1/y+1/z=1的整数解,有2、4、4和3、3、3和2、3、6。但2、3、6得到答案比3、3、3小,故只判断前两种可能。 1 #include <cstdio> 2 #include <cstring> 3 #include <string> 4 #include 阅读全文
posted @ 2018-07-24 09:18 Hetui 阅读(234) 评论(0) 推荐(0) 编辑