백준 20492번: 세금

danbibibi·2021년 9월 6일
0

문제

문제 바로가기 > 백준 20492번: 세금

풀이

그냥 간단한 사칙연산이다.

N = int(input())
print(int(N*0.78), int(N-N*0.20*0.22))
profile
블로그 이전) https://danbibibi.tistory.com

0개의 댓글