字符串
文章平均质量分 64
zbchencent
这个作者很懒,什么都没留下…
展开
-
Keywords Search
[题目描述] (后有题目大意)\color{red}\textbf{(后有题目大意)}(后有题目大意) In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature to his image retrieval system. Every image have a long description, when原创 2021-01-22 16:25:23 · 236 阅读 · 0 评论 -
The XOR Largest Pair
[题目描述] 给定的n个整数A1,A2,A3…An中选出两个进行异或运算,最后最大结果是多少。 [输入] 第一行一个整数N 第二行N个整数Ai [输出] 一个最大结果 [样例输入] 5 2 9 5 7 0 [样例输出] 14 [数据范围] n<=1e5,0<=Ai<2^31 首先拿到这道题,我第一时间想到了纯暴力,然后很正常的TLE了… 时间限制是 1 Sec\color{red}\textbf{1 Sec}1 Sec。 然后,我仔细分析这道题,于是看到了数据: 0&原创 2021-01-21 23:44:41 · 139 阅读 · 4 评论 -
Phone List
题目 (后有题目大意) the phone catalogue listed these numbers: Emergency 911 Alice 97 625 999 Bob 91 12 54 26 In this case, it’s not possible to call Bob, because the central would direct your call to the emergency line as soon as you had dialled the first three di原创 2021-01-21 14:36:32 · 136 阅读 · 0 评论