Skip to content

一个小问题 #21

@slyjim

Description

@slyjim

A1077的第30行
if (tmp1[0] == ' ') tmp1.erase(0); // kuchi字符串第一位可能是空格
是不是应该改为
if (tmp1[0] == ' ') tmp1.erase(0,1);

虽然不改也可以ac*^____^*

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