3 Matching Annotations
  1. Last 7 days
    1. 为什么字长又不能随便大?(上限) 如果允许字无限宽,就能作弊:把整个数组一百万个数全塞进一个超宽的字里,然后用一条指令对这个字做操作——等于一步处理了全部数据,任何算法都能"一步完成"。这和"一步排序"的超能力指令是同一种作弊。

      can you give me an example, using this method you mentioned as a super power?