반응형
https://www.acmicpc.net/problem/20492
N = int(input())
print(int(N*0.78), int(N*0.8 + (N*0.2*0.78)))
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 백준 8393번 합 (0) | 2021.06.17 |
---|---|
[Python] 백준 5339번 콜센터 (0) | 2021.06.17 |
[Python] 백준 1001번 A-B (0) | 2021.06.17 |
[Python] 백준 9653번 스타워즈 로고 (0) | 2021.06.17 |
[Python] 백준 2558번 A+B-2 (0) | 2021.06.17 |
댓글