摘要:
使用oj地址 https://www.acwing.com/ https://loj.ac/d/588 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r", 阅读全文
摘要:
ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r", stdin); freopen("out.txt", "w", stdout);#endif 高精度 h 阅读全文
摘要:
英文题面的题解 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r", stdin); freopen("out.txt", "w", stdout);#end 阅读全文
摘要:
Leetcode视频题解地址 https://space.bilibili.com/18508846 目前逐步添加视频题解中 欢迎大家点赞收藏 留言 投币 一键三连 hh 纪念下第一次ak力扣 力扣难度分级评分 https://zerotrac.github.io/leetcode_problem_ 阅读全文
摘要:
// 数据分析与处理之二(Leveldb 实现原理) 【LevelDB源码剖析系列】SkipList与Memtable LevelDB Cache实现机制分析 从朴素解释出发解释leveldb的设计 LevelDB原理探究与代码分析 LevelDB原理探究与代码分析(上) LevelDB原理探究和代 阅读全文
摘要:
// Reverse and Add UVA - 10018.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* https://vjudge.net/problem/UVA-10018#author=md_bayazid The “reverse and add” 阅读全文
摘要:
// Primary Arithmetic UVA - 10035.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* https://vjudge.net/problem/UVA-10035 Children are taught to add multi-dig 阅读全文
摘要:
测试网址 https://www.luogu.com.cn/problem/P2142 https://www.luogu.com.cn/problem/P1601 https://www.luogu.com.cn/problem/P1480 https://www.luogu.com.cn/pro 阅读全文
摘要:
// 101 最大公约数.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* http://oj.daimayuan.top/course/21/problem/486 输入T,一共T组数据,每组两个数a,b,输出它们的最大公约数和最小公倍数。 输入格式 第一行一个 阅读全文
摘要:
// 705 网格.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* http://oj.daimayuan.top/course/5/problem/253 有一个 n×m的网格,现在我们想用 1×2的矩形铺满它,要求矩形只能横着铺或者竖着铺、矩形不能超出网格的 阅读全文
摘要:
// 704 麦当劳.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* http://oj.daimayuan.top/course/5/problem/251 喜欢吃麦当劳的蜗蜗要在学校呆 n 天,如果第 i 天蜗蜗吃到了麦当劳,他可以获得 ai 点快乐值。然而 阅读全文
摘要:
/* http://oj.daimayuan.top/course/5/problem/250 桌面上有 n 个方块,蜗蜗想把它们都消除掉。每个方块有个权值,第 i 个方块的权值等于 ai 。每一次消除蜗蜗有两种选择: 选择一个还没有被消除的方块 i ,付出 ai 的代价把它消除; 选择两个还没有被 阅读全文
摘要:
/* http://oj.daimayuan.top/course/5/problem/249 蜗蜗的世界里有 n 个城市,城市两两之间通过高速公路连接,从第 i 个城市走到第 j 个城市需要花费 ai,j 的时间。 现在蜗蜗想从 1 号城市出发旅游,他想把每个城市都玩个遍,但又不想在一个城市玩两遍 阅读全文
摘要:
/* http://oj.daimayuan.top/course/5/problem/252 蜗蜗一共有 n天假期,在假期的第 i天摸鱼他会得到 ai的快乐值。 如果蜗蜗每天都摸鱼的话,他会有愧疚感,所以蜗蜗制定了这么个计划: 对于每一天,蜗蜗都有一个列表,如果蜗蜗在列表中的每一天都在摸鱼的话,这 阅读全文