#include<bits/stdc++.h> using namespace std; int main() { int T; cin>>T; while(T--) { long long n, m, a;...