PS/Baekjoon Online Judge

[백준 25881] Electric Bill [Python]

kimyoungrok 2023. 8. 9. 21:15

백준 25881 - 문제
백준 25881 - 입/출력


풀이

사용량이 1000KWH 이하인 경우에 적용되는 요금과, 초과한 경우 적용하는 요금을 입력받고,

사용한 전력량에 대해 요금을 계산해 출력하면 되는 문제다.


소스코드

소스코드 보기


출처

 

25881번: Electric Bill

The first input line contains two integers (each between 2 and 20, inclusive), indicating the rate/KWH for the first 1000 KWH and the rate/KWH for the additional usage, respectively. The next input line contains a positive integer, n, indicating the number

www.acmicpc.net