General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
174917780 Practice:
nsqrtlog
1451D - 27 PyPy 3-64 Accepted 62 ms 36 KB 2022-10-07 04:10:06 2022-10-07 04:10:06
→ Source
for _ in range(int(input())):
    d,k=map(int,input().split())
    x=(d*0.707106782)//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