Skip to content

判断字符串中字符是否全都不同为什么有个127的判断? #71

Description

@zhuangdx

第二题中也没有限定字符串是从键盘输入的,为什么有127的判断呢?
targetstr := "" for i := 0; i < 256; i++ { targetstr += string(i) }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions