General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
174917691 Practice:
nsqrtlog
1451D - 27 PyPy 3-64 Accepted 62 ms 32 KB 2022-10-07 04:07:13 2022-10-07 04:07:13
→ Source
for _ in range(int(input())):
    d,k = map(int,input().split())
    x = (d*0.70710678119)//k
    print("Utkarsh" if k*k*(x*x*2+x*2+1)>d*d else "Ashish")
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details