반응형
문제 설명
https://www.acmicpc.net/problem/2338

제출한 코드
a = int(input())
b = int(input())
print(a+b)
print(a-b)
print(a*b)
결과

후기
반응형
'BQJ 백준 > python' 카테고리의 다른 글
[Python/파이썬] 백준 2438번: 별 찍기 - 1 (0) | 2024.06.15 |
---|---|
[Python/파이썬] 백준 2420번: 사파리월드 (0) | 2024.06.15 |
[Python/파이썬] 백준 1920번: 수 찾기 (0) | 2024.06.14 |
[Python/파이썬] 백준 1864번: 문어 숫자 (0) | 2024.06.14 |
[Python/파이썬] 백준 1834번: 나머지와 몫이 같은 수 (0) | 2024.06.14 |