Skip to content

Divisible sum pairs #32

New issue

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

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

Already on GitHub? # to your account

Open
n-freman opened this issue Jun 12, 2022 · 1 comment
Open

Divisible sum pairs #32

n-freman opened this issue Jun 12, 2022 · 1 comment

Comments

@n-freman
Copy link

your code will give IndexError

because when it reaches i == len(ar)-1 it tries to get ar[j] where j == i + 1 == len(ar)

@navanitnandakumar
Copy link

your code will give IndexError

because when it reaches i == len(ar)-1 it tries to get ar[j] where j == i + 1 == len(ar)

Not getting any such error

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants