PS/Baekjoon Online Judge

[백준 28224] Final Price [Python]

kimyoungrok 2023. 6. 15. 20:06

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


풀이

n개의 정수를 입력받아 합을 출력해주면 되는 문제다


소스코드

소스코드 보기


출처

 

28224번: Final Price

The first input line contains an integer n (1 ⩽ n ⩽ 1000), indicating the number of days the prices are observed. The second line contains a positive integer indicating the initial price of the desired good on day 1. The next n − 1 lines contain n

www.acmicpc.net