Skip to content

What does faultyLocation mean? #1

Description

@BEbillionaireUSD

I assume the faultyLocation.txt contains the indices of faulty lines, but I found that the indices can refer to empty lines.
For example, in abc280_f/Java/42792826/faultyVersion.java, the faultyLocation.txt contains 165, but the 165th line is an empty line (if we index the first line with #1).

163. boolean unite(int u,int v,long c){
164. assert valid(u,v,c);
165.
166.     if ((u = root(u)) == (v = root(v)))
167.       return false;

Did I miss something or you have a different indexing manner?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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