#include using namespace std; int main() { int T,a,b,s; scanf("%d",&T); while(T--){ s=0; scanf("%d%d",&a,&b); for(;;){ if(a