摘要: Codeforces Global Round 13 B题 题解 思维题 阅读全文
posted @ 2021-03-03 18:00 Jude_Zhang 阅读(99) 评论(0) 推荐(3) 编辑
摘要: C++常用string知识点小结 阅读全文
posted @ 2021-02-07 21:28 Jude_Zhang 阅读(327) 评论(1) 推荐(4) 编辑
摘要: 阅读全文
posted @ 2021-02-06 09:46 Jude_Zhang 阅读(1651) 评论(0) 推荐(1) 编辑
摘要: B. Nezzar and Lucky Number 阅读全文
posted @ 2021-02-01 07:48 Jude_Zhang 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 已拒绝远程访问连接,因为未识别出你提供的用户名和密码组合,或在远程服务器上进制使用原定的身份验证协议 阅读全文
posted @ 2021-01-31 20:54 Jude_Zhang 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 包含 1000 - 10000 的素数即生成代码 阅读全文
posted @ 2021-01-30 19:32 Jude_Zhang 阅读(2020) 评论(0) 推荐(0) 编辑
摘要: double ceil (double x); double floor (double x); double round (double x); 阅读全文
posted @ 2021-01-30 10:56 Jude_Zhang 阅读(1573) 评论(0) 推荐(1) 编辑
摘要: 这题是迷宫求最短路径问题,由于迷宫的边权都为 1, 所以优先使用宽度优先搜索 BFS来做 阅读全文
posted @ 2021-01-29 08:31 Jude_Zhang 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 二分查找乃查找元素之利器 阅读全文
posted @ 2021-01-28 12:40 Jude_Zhang 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 用补码来表示负数,等常用技巧 阅读全文
posted @ 2021-01-27 15:50 Jude_Zhang 阅读(42) 评论(0) 推荐(0) 编辑