주하진이 매우 괜찮은 깨달음을 얻는 과정 Vol.1
This commit is contained in:
10
zeta_python/completed/4153.py
Normal file
10
zeta_python/completed/4153.py
Normal file
@@ -0,0 +1,10 @@
|
||||
I = list(map(int, input().split()))
|
||||
while I[0] != 0:
|
||||
I.sort()
|
||||
if I[0] ** 2 + I[1] ** 2 == I[2] ** 2:
|
||||
print("right")
|
||||
else:
|
||||
print("wrong")
|
||||
|
||||
|
||||
I = list(map(int, input().split()))
|
||||
Reference in New Issue
Block a user