#P11062. [2016杭电多校]Zhu’s Math Problem
[2016杭电多校]Zhu’s Math Problem
Zhu’s Math Problem
Problem Description
Zhu is a powerful ACMer/OverWatcher, now a salt-fish comes to ask Zhu a difficult problem. Zhu thinks that problem is so easy, so he wants to know whether you can solve it? The problem content are as follows. You are given four integers A , B , C , D , there are many different (a,b,c,d) satisfy && && && && && ?
Input
First Line is an positive integer , represents there are T test cases. Four each test: The first line contain four integers A , B , C , D. You can assume that
Output
For each test case, output an positive integer represents answer, because the answer may be large , so you are only need to output answer mod
Sample Input
1
2 1 1 1
Sample Output
10
Author
UESTC
Source
2016 Multi-University Training Contest 6