-Code
a, b = map(int, input().split())
c, d = map(int, input().split())
total = a + b + c + d
res = 0
for _ in range(total - 1):
if res == 4:
res = 1
continue
res += 1
print(res)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 32978번 아 맞다 마늘 (0) | 2024.12.31 |
---|---|
[백준/파이썬] 8719번 Piłeczka (0) | 2024.12.30 |
[백준/파이썬] 28225번 Flower Festival (1) | 2024.12.28 |
[백준/파이썬] 27246번 Различные квадраты (1) | 2024.12.27 |
[백준/파이썬] 23251번 스물셋 (0) | 2024.12.26 |