上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页
摘要: With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba 阅读全文
posted @ 2023-05-12 17:56 Yohoc 阅读(19) 评论(0) 推荐(0)
摘要: sizeof() 是一个运算符,而 strlen() 是一个函数。 sizeof() 计算的是变量或类型所占用的内存字节数,而 strlen() 计算的是字符串中字符的个数。 sizeof() 可以用于任何类型的数据,而 strlen() 只能用于以空字符 ‘0’ 结尾的字符串。 注意: char 阅读全文
posted @ 2023-04-05 16:28 Yohoc 阅读(32) 评论(0) 推荐(0)
摘要: git config --global https.proxy http://127.0.0.1:1080 然后再git clone 即可 阅读全文
posted @ 2023-03-15 19:45 Yohoc 阅读(209) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-03-08 20:11 Yohoc 阅读(16) 评论(0) 推荐(0)
摘要: 解决方法:先断网,然后再打开即可 阅读全文
posted @ 2023-03-02 16:58 Yohoc 阅读(214) 评论(0) 推荐(0)
摘要: Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, 阅读全文
posted @ 2023-02-28 09:20 Yohoc 阅读(53) 评论(0) 推荐(0)
摘要: Mice and Rice is the name of a programming contest in which each programmer must write a piece of code to control the movements of a mouse in a given 阅读全文
posted @ 2023-02-27 09:58 Yohoc 阅读(25) 评论(0) 推荐(0)
摘要: Given a stack which can keep M numbers at most. Push Nnumbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given se 阅读全文
posted @ 2023-02-27 09:12 Yohoc 阅读(41) 评论(0) 推荐(0)
摘要: A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for 阅读全文
posted @ 2023-02-24 20:34 Yohoc 阅读(27) 评论(0) 推荐(0)
摘要: 题目 When shipping goods with containers, we have to be careful not to pack some incompatible goods into the same container, or we might get ourselves i 阅读全文
posted @ 2023-02-23 21:17 Yohoc 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页