반응형
1)
print(int(input())-543)
2)
number = int(input())
result = number - 543
print(result)
반응형
'Algorithm > baekjoon' 카테고리의 다른 글
[백준 3003 파이썬/python] 킹, 퀸, 룩, 비숍, 나이트, 폰 (0) | 2023.02.27 |
---|---|
[백준 10430 파이썬/python] 나머지 (0) | 2023.02.27 |
[백준 10926 파이썬/python] ??! (0) | 2023.02.27 |
[백준 10869 파이썬/python] 사칙연산 (0) | 2023.02.27 |
[백준 1008 파이썬/python] A/B (0) | 2023.02.27 |