PS/Baekjoon Online Judge

[백준 26332] Buying in Bulk [Python]

kimyoungrok 2023. 8. 29. 07:59

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


풀이

쇼핑을 할 때 1개를 살 때는 할인이 되지 않은 금액에 구매하지만,

2개 이상 부터는 추가 품목에 대해 2$씩 할인이 된다.

c - 1 개 만큼 2$씩 원가에서 뺀 가격을 입력값과 함께 출력해주자.  


소스코드

소스코드 보기


출처

 

26332번: Buying in Bulk

The first input line contains a positive integer, n, indicating the number of customers to check. The customers are on the following n input lines, one customer per line. Each line provides two integers; the first integer c (1 ≤ c ≤ 100) is the number

www.acmicpc.net