General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
99890931 Practice:
akulaarchana68
1451D - 27 Python 3 Accepted 109 ms 16 KB 2020-11-29 13:07:37 2020-11-29 13:07:37
→ Source
for _ in range(int(input())):
    d,k = map(int,input().split())
    x = int(((d*d)/(k*k*2))**0.5)
    if k**2*(x**2 + (x+1)**2) <= d**2:
        print("Ashish")
    else:
        print("Utkarsh")
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details