Not able to debugg error

hi @Sunkumsav it is running fine, try to submit it

Hi,
you have used pair<int,int> which is a part of < utility > header file…
so either you include it or, include <bits/stdc++.h> for hassle free coding without bothering about header files…
hit a like button if it works