Problem I
Integer Rotation
An integer
Given two integers
Input
The input consists of several datasets. The first line of
the input contains the number of datasets, which is not greater
than
Each dataset is printed in one line containing two integers
Output
For each dataset, write out on one line the number of rotated pairs.
Sample Input 1 | Sample Output 1 |
---|---|
2 1 10 10 50 |
0 6 |