上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230806142658630-1938399768.png) //考察BFS(广度优先搜索) ``` class Solution { public: vector 阅读全文
posted @ 2023-08-06 14:31 孜孜不倦fly 阅读(12) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230805124022510-1238676727.png) class Solution { public: void traversal(TreeNode* cu 阅读全文
posted @ 2023-08-05 12:40 孜孜不倦fly 阅读(11) 评论(0) 推荐(0)
摘要: **一.**使用EasyX库函数中的loadimage函数时报错:loadimage没有与参数列表匹配的重载函数 解决方法: 右键解决方案,点击属性,【高级】→【高级属性】右【字符集】设置成【使用多字节字符集】即可解决。 ![](https://img2023.cnblogs.com/blog/26 阅读全文
posted @ 2023-08-05 10:19 孜孜不倦fly 阅读(231) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230804183128146-199787743.png) ``` class Solution { public: void traversal(TreeNode* 阅读全文
posted @ 2023-08-04 18:40 孜孜不倦fly 阅读(12) 评论(0) 推荐(0)
摘要: 1.dd:删除这光标所在这一行 2.5yy:复制包括光标这一行以及往下共5行的文本 3.p:粘贴文本至光标处 阅读全文
posted @ 2023-08-04 11:58 孜孜不倦fly 阅读(19) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230803212545694-76123506.png) ``` class Solution { public: bool findNumberIn2DArray( 阅读全文
posted @ 2023-08-03 21:34 孜孜不倦fly 阅读(8) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230803202712772-1928937396.png) 方法一: ``` class Solution { public: char firstUniqChar 阅读全文
posted @ 2023-08-03 20:30 孜孜不倦fly 阅读(11) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230803200446252-152317933.png) ``` class Solution { public: int minArray(vector& num 阅读全文
posted @ 2023-08-03 20:06 孜孜不倦fly 阅读(7) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802211506600-939966005.png) ``` class Solution { public: bool validateStackSequen 阅读全文
posted @ 2023-08-02 21:24 孜孜不倦fly 阅读(10) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802195111262-1487448336.png) ``` class Solution { public: int missingNumber(vecto 阅读全文
posted @ 2023-08-02 19:54 孜孜不倦fly 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页