티스토리 뷰
반응형
x = int(input())
y = int(input())
if x > 0 and y > 0:
print("1")
elif x < 0 and y > 0:
print("2")
elif x < 0 and y < 0:
print("3")
elif x > 0 and y < 0:
print("4")
'C, C++ > Baekjoon Online Judge' 카테고리의 다른 글
Baekjoon 백준 13235번 팰린드롬 (0) | 2020.11.30 |
---|---|
Baekjoon 백준 11650번 좌표 정렬하기 (0) | 2020.11.27 |
Backjoon 백준 12096번 (0) | 2020.11.20 |
Baekjoon 백준 10162번 전자레인지 (0) | 2020.11.20 |
Baekjoon 백준 1157번 단어 공부 (0) | 2020.11.20 |
댓글
티스토리 방명록
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
Blog is powered by
Tistory / Designed by
Tistory
Contact: j0n9m1n1@gmail.com
Contact: j0n9m1n1@gmail.com