AhmadElsagheer / Competitive-programming-library

Code library for competitive programming purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Length of result array should be queries.length instead of a.length

krishnaanaril opened this issue · comments

int L = 0, R = -1, res[] = new int[a.length];;