반응형 146811 baekjoon - python - 14681 www.acmicpc.net/problem/14681 14681번: 사분면 고르기 점 (x, y)의 사분면 번호(1, 2, 3, 4 중 하나)를 출력한다. www.acmicpc.net # @Author YoungMinKim # baekjoon x=int(input()) y=int(input()) if x>0 and y>0: print(1) elif x0: print(2) elif x 2020. 9. 14. 이전 1 다음 반응형