Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ic does nothing #3

Open
danschumann opened this issue Oct 7, 2019 · 1 comment
Open

ic does nothing #3

danschumann opened this issue Oct 7, 2019 · 1 comment

Comments

@danschumann
Copy link

ac works but ic doesn't

@roachsinai
Copy link

For me ac and ic do same thing.

int main()
{
    Solution s;
    string symb("TTFT");
    string oper("|&^");
    cout << s.countParenth(symb, oper) << endl;
}

When I on Solution s; line, vac and vic all highlight:

{
    Solution s;
    string symb("TTFT");
    string oper("|&^");
    cout << s.countParenth(symb, oper) << endl;
}

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

No branches or pull requests

2 participants