본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 24623번 Изгороди

by 현장 2022. 10. 6.

-Code

n = int(input())
deg = int(input())

print(round((180 - deg) / 2 + deg / 2))