摘要: 题目:Vladik and fractions 思路: 当时做这道题,也是想到先把一个数当初n然后找另外连个数,到后面就没反应出来,一直在想怎么用程序算出来,不知道1/(n+1) + 1/(n+1)*n = 1/n,终究是太菜了。 解题 #include <cstdio> #include <ios 阅读全文
posted @ 2020-11-08 20:52 emhhbw== 阅读(92) 评论(0) 推荐(0)