随笔分类 -  大数+高精度

摘要:```cpp import java.io.*; import java.util.*; import java.text.*; import java.math.*; public class Main { public static void main(String []args) { Scanner cin = ne... 阅读全文
posted @ 2015-10-15 11:18 阿文的博客 阅读(158) 评论(0) 推荐(0)
摘要:代码: 阅读全文
posted @ 2015-10-15 11:15 阿文的博客 阅读(158) 评论(0) 推荐(0)
摘要:题意 : 判断 n 个数组成的序列是否为等比数列; 思路: a[i] a[i] = a[i 1] a[i+1]; 代码: 阅读全文
posted @ 2015-09-08 09:03 阿文的博客 阅读(140) 评论(0) 推荐(0)