백준 20492번: 세금 #Python

ColorlessDia·2024년 2월 13일

algorithm/baekjoon

목록 보기
72/807
N = int(input())

print(int(N * 0.78), int((N * 0.8) + N * 0.2 * 0.78))

0개의 댓글