/* Given a string, count the number of distinct subsequences of it ( including empty subsequence ). For the uninformed, A subsequence of a string is a new string which is formed from the original ...
Given an array of integers and a window size K, find the number of distinct elements in every window of size K of the given array. Input Format First line of input contains T - number of test cases.