摘要: 写得虚脱,然而欣慰的是,它挺短 【捂脸】,最后debug,发现竟然是Case 首字母忘记大写......这告诉我们一个道理,要看清题目,注意细节 qwq 随手奉上测试数据~ 如果都正确应该就没问题了! //input 7 20 3 4 5 6 7 40 3 14 5 6 7 30 40 50 60 阅读全文
posted @ 2018-03-19 20:12 Latticeeee 阅读(253) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; const int MAX = 110; //终于过了的.... // 要记得判断字符串长度!~ class CHugeInt { char p[250]; ... 阅读全文
posted @ 2018-03-19 12:24 Latticeeee 阅读(248) 评论(0) 推荐(0) 编辑