General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
99156138 Contestant:
astrom.lars
1451D - 27 PyPy 2 Accepted 155 ms 20 KB 2020-11-21 18:25:44 2020-11-21 21:03:42
→ Source
for _ in range(input()):
    D,K = map(int,raw_input().split())
    x = int(D / 2.0**0.5 / K)
    if K**2 * (2*x**2 + 2*x+1) > D**2:
        print 'Utkarsh'
    else:
        print 'Ashish'
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details