随笔分类 -  蓝桥杯刷题证道

摘要:oj链接:http://lx.lanqiao.cn/problem.page?gpid=T125 水题 阅读全文
posted @ 2018-02-20 12:13 TQCAI 阅读(443) 评论(0) 推荐(0)
摘要:OJ链接:http://lx.lanqiao.cn/problem.page?gpid=T126 如果能理解其内在的含义,可以得40分保命: 保命代码: #include <stdio.h> #include <memory.h> #include <math.h> #include <string 阅读全文
posted @ 2018-02-20 11:08 TQCAI 阅读(278) 评论(0) 推荐(0)
摘要:花了一下午鼓捣了高精度加法函数。 一下代码中multi函数用string做容器,存在溢出的问题,可改为vector<int>或vector<long long> 阅读全文
posted @ 2018-01-01 15:02 TQCAI 阅读(161) 评论(0) 推荐(0)