摘要: PDF划词翻译 一个简单开源的PDF划词翻译软件 阅读全文
posted @ 2023-01-23 15:50 wcx1024979076 阅读(376) 评论(0) 推荐(0)
摘要: github博客地址 https://github.tim-wcx.ltd/ 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(83) 评论(0) 推荐(0)
摘要: 2020 icpc asia tehran regional contest E题 Social Distancing 题解 切... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(71) 评论(0) 推荐(0)
摘要: A题 题解 签到题目,给定三个数a,b和c,选择一个数x,使得x-2 using namespace std; int main... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(56) 评论(0) 推荐(0)
摘要: http://icpc.upc.edu.cn/problem.php?cid=2597&pid=10 题目描述 Christmas ... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(48) 评论(0) 推荐(0)
摘要: http://icpc.upc.edu.cn/problem.php?cid=2592&pid=5 题目描述 DIDIDI and ... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(47) 评论(0) 推荐(0)
摘要: 已知二叉树的中序和后序求前序 题目 https://www.luogu.com.cn/problem/P1030 参考于 https... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(25) 评论(0) 推荐(0)
摘要: http://icpc.upc.edu.cn/problem.php?cid=2590&pid=1 题目描述 Consider a ... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(44) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1285 Problem Description... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(30) 评论(0) 推荐(0)
摘要: 1.查找元素k的位置 输入 3123 132 1451123 输出 1 代码 #pragma GCC optimize(1)#pra... 阅读全文
posted @ 2022-06-04 18:52 wcx1024979076 阅读(63) 评论(0) 推荐(0)