摘要: 1001.没推到题解那么细,枚举一下也可以。用通分可以避免小数精度问题。 #include<iostream> #include<stdio.h> using namespace std; int main(){ int T; int n,m; int a,b,c; int i,j; bool fl 阅读全文
posted @ 2016-04-10 17:20 gongpixin 阅读(223) 评论(0) 推荐(0)