baekjoon 20260405
This commit is contained in:
parent
bc358fa200
commit
6a75ad4594
2
code_study/Baekjoon/python/3034.py
Normal file
2
code_study/Baekjoon/python/3034.py
Normal file
@ -0,0 +1,2 @@
|
||||
N, W, H = map(int, input().split())
|
||||
print("\n".join(["DA" if int(input()) <= (W**2 + H**2)**0.5 else "NE" for _ in range(N)]))
|
||||
Loading…
x
Reference in New Issue
Block a user