// 1685329083274
#include <bits/stdc++.h>
using namespace std;
#define int long long
#define M 1000000007
#define inf 1e9
#define ff first
#define ss second
#define pb push_back
#define ppb pop_back
#define cy cout << "YES\n";
#define cn cout << "NO\n";
#define minus cout << "-1\n";
#define fo(a, b) for (auto i = a; i < b; ++i)
#define nfo(a, b) for (auto i = a; i >= b; --i)
#define jfo(a, b) for (auto j = a; j < b; ++j)
#define njfo(a, b) for (auto j = a; j >= b; --j)
class solution
{
public:
void solve()
{
int n, k, mx = 0, cmx = 0;
cin >> n >> k;
unordered_map<int, int> mp;
vector<int> arr(n);
set<int> s;
fo(0, n)
{
cin >> arr[i];
s.insert(arr[i]);
mp[arr[i]] += 1;
if (mp[arr[i]] > mx)
{
mx = mp[arr[i]];
cmx = arr[i];
}
}
int ans = INT_MAX;
for (auto it : s)
{
int ans_temp = 0;
fo(0, n)
{
if (arr[i] != it)
{
ans_temp += 1;
i += k - 1;
}
}
ans = min(ans, ans_temp);
}
cout << ans << endl;
}
};
int32_t main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
int t{1}, x{1};
cin >> t;
while (t--)
{
x++;
solution a;
a.solve();
};
}
1672C - Unequal Array | 1706C - Qpwoeirut And The City |
1697A - Parkway Walk | 1505B - DMCA |
478B - Random Teams | 1705C - Mark and His Unfinished Essay |
1401C - Mere Array | 1613B - Absent Remainder |
1536B - Prinzessin der Verurteilung | 1699B - Almost Ternary Matrix |
1545A - AquaMoon and Strange Sort | 538B - Quasi Binary |
424A - Squats | 1703A - YES or YES |
494A - Treasure | 48B - Land Lot |
835A - Key races | 1622C - Set or Decrease |
1682A - Palindromic Indices | 903C - Boxes Packing |
887A - Div 64 | 755B - PolandBall and Game |
808B - Average Sleep Time | 1515E - Phoenix and Computers |
1552B - Running for Gold | 994A - Fingerprints |
1221C - Perfect Team | 1709C - Recover an RBS |
378A - Playing with Dice | 248B - Chilly Willy |