uva 11827 Maximum GCD(输入技巧)
摘要:
题意:对于给定的一组数,求该组数中两两gcd的最大值;思路:简单gcd,亮点在于每组数的个数并不提供,因此需要在读入是做出判断;#include#include#include#includeusing namespace std;#define eps 1e-5int t,i,j,k,num[50... 阅读全文
posted @ 2015-04-05 11:38 大树置林 阅读(263) 评论(0) 推荐(0) 编辑