반응형
문제 정보
제출 코드
x = int(input())
y = int(input())
if(x<0):
if(y<0):
print(3)
else:
print(2)
else:
if(y<0):
print(4)
else:
print(1)
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 2739번 Python (0) | 2021.10.03 |
---|---|
[백준 알고리즘] 2884번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2753번 Python (0) | 2021.10.03 |
[백준 알고리즘] 9498번 Python (0) | 2021.10.03 |
[백준 알고리즘] 1330번 Python (0) | 2021.10.03 |
댓글