Skip to content

Conversation

@Quuxplusone
Copy link
Contributor

You should take a close look at each of these removals, because they might indicate a typo further down — maybe the variable was intended to be used, but accidentally wasn't. For example, return a < 6; is very suspicious: should it have been return a0 < 6; ?


int a0 = 0;
for(auto& dd: ad) if(dd == 1) a0++;
return a < 6;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one still seems suspect to me.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant