随笔分类 -  ACM---高精度

摘要:Wormhole 注意精度,不要用long long 输出,用%.0f输出 AC_Code 1 #include <iostream> 2 #include <cstdio> 3 #include <string> 4 #include <cstring> 5 #include <string> 6 阅读全文
posted @ 2020-02-01 11:31 swsyya 阅读(271) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-11-23 10:39 swsyya 阅读(1) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1408 这是一道高精度问题: 在自己错了数十遍之后找到了不少规律: 首先是Output limit exceeded:之前一直不知道是什么意思,现在才知道是输入输出的精度有问题 1 /* */ 2 # includ 阅读全文
posted @ 2019-06-24 20:32 swsyya 阅读(248) 评论(0) 推荐(0)

回到顶部