baekjoon 20260316
This commit is contained in:
parent
9a73a9dcfd
commit
4ca3db136a
6
code_study/Baekjoon/python/2547.py
Normal file
6
code_study/Baekjoon/python/2547.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
res = []
|
||||||
|
for _ in range(int(input())) :
|
||||||
|
input()
|
||||||
|
N = int(input())
|
||||||
|
res.append("NO" if sum([int(input()) for _ in range(N)]) % N else "YES")
|
||||||
|
print("\n".join(map(str, res)))
|
||||||
Loading…
x
Reference in New Issue
Block a user