반응형
https://www.acmicpc.net/problem/10869
# @Author YoungMinKim
# baekjoon
a,b = map(int,input().split())
print(a+b)
print(a-b)
print(a*b)
print(a//b)
print(a%b)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10871 (0) | 2020.09.02 |
---|---|
baekjoon - python - 10870 (0) | 2020.09.02 |
baekjoon - python - 10818 (0) | 2020.09.02 |
baekjoon - python - 10817 (0) | 2020.09.02 |
baekjoon - python - 10809 (0) | 2020.09.02 |
댓글