태태개발일지 - 백준 https://www.acmicpc.net/problem/14681 몇사분면인지 구별하는 문제로if 조건문을 통해서 구별하면 되는 문제이다.x = int(input())y = int(input())if x > 0 and y > 0: print("1")elif x 0: print("2")elif x 0 and y 코테/백준 2024.10.15