General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
217022697 Practice:
kkoushik566
1451D - 27 C++14 (GCC 6-32) Accepted 15 ms 8 KB 2023-08-03 20:06:40 2023-08-03 20:06:40
→ Source
#include<bits/stdc++.h>
using namespace std;
#define int long long
int _,d,k;
main(){
	for(cin>>_;_--&&cin>>d>>k;)
		cout<<((int)(sqrt(d*d/k/k*2))&1?"Ashish\n":"Utkarsh\n");
}
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details