In 2022, he clinched a silver medal at the International Olympiad in Informatics (IOI), showcasing his prowess on the world stage. The Indian competitive programming scene has achieved a new landmark.
//a mod x = b ; 0 = (b-a) mod x ; 0 = b mod x - a mod x ;(b-a)mod x=0 ; |b-a| should be divisible by that x greater than b.