#include using namespace std;
int main() { // your code goes here int T;//number of test cases long long int A, B; int i,j; cin >> T;