随笔分类 - ACM---高精度
摘要:Wormhole 注意精度,不要用long long 输出,用%.0f输出 AC_Code 1 #include <iostream> 2 #include <cstdio> 3 #include <string> 4 #include <cstring> 5 #include <string> 6
阅读全文
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1408 这是一道高精度问题: 在自己错了数十遍之后找到了不少规律: 首先是Output limit exceeded:之前一直不知道是什么意思,现在才知道是输入输出的精度有问题 1 /* */ 2 # includ
阅读全文