#SDNU1488. Problem_F
Problem_F
Description
There are two octal integers numbers and .You need to calculate the result of minus ,then output in octal notation.
If the result is negative, you should use the negative sign instead of complement notation.
Format
Input
The first line is an integer , indicating the number of test cases.
For each case, the first and only line contains two octal integers .
Output
Print the result contains a list of the fully qualified octal digits,one per line.
Samples
1
76 7
67