Loading...
Max Number
Time: 3 s
Memory: 125 MB
You are given three numbers.Find the maximum number among them
Input
The first line of the input contains the number of test cases.
Second-line contains three numbers.
Constraint
\( 1 \leq n < 1000000000000000000\)
Output
Output the maximum number for each test case.
Examples
Input
Output
1
5 4 7
7
Input
Output
1
7 3 10
10
Problem Info
Problem ID 2
Time Limit 3000 ms
Memory Limit 128000 KB
Moderators rajon68 , AmirHamza
Statistics
Submit
You need to Login or Registration for submit your solution