백준 10869 (파이썬)

김덕현·2021년 5월 26일
1

BAEKJOON

목록 보기
9/62

1.문제

https://www.acmicpc.net/problem/10869

2.코드

A,B=map(int,input().split())
print(A+B)
print(A-B)
print(A*B)
print(int(A/B))
print(A%B)

3.코드해석

profile
BAEKJOON STUDYING

0개의 댓글

관련 채용 정보