20492번 풀이 [Python]

sua·2022년 4월 23일
0

Baekjoon

목록 보기
3/161
post-thumbnail

문제


풀이

n = int(input())
print(int(n * 0.78), int(n * 0.8 + (n * 0.2 * 0.78)))
profile
가보자고

0개의 댓글