RiseOJ는 solved.ac와 제휴 관계가 없습니다. 티어 아이콘 © solved.ac. solved.ac
포럼
ICPC00044

A. Amalgamated Artichokes

스페셜 저지 — 출력을 사용자 정의 프로그램으로 검사하므로 여러 정답이 인정될 수 있습니다.
Unrated 레이팅 미적용
난이도
5s
시간 제한
1024MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

Fatima Cynara is an analyst at Amalgamated Artichokes (AA). As with any company, AA has had some very good times as well as some bad ones. Fatima does trending analysis of the stock prices for AA, and she wants to det\(er- mi\)ne the largest decline in stock prices over various time spans. For example, if over a span of time the stock prices were 19, 12, 13, 11, 20 and 14, then the largest decline would be 8 between the first and fourth price. If the last price had been 10 instead of 14, then the largest decline would have been 10 between the last two prices. Fatima has done some previous analyses and has found that the stock price over any period of time can be m\(od- el\)led reasonably accurately with the following equation: price(\(k\)) = \(p\) · (sin(\(a \cdot k + b\)) + cos(\(c \cdot k + d\)) + 2) where \(p\), \(a\), \(b\), \(c\) and \(d\) are constants. Fatima would like you to write a program to determine the largest price decline over a given sequence of prices. Figure A.1 illustrates the price function for Sample Input 1. You have to consider the prices only for integer values of \(k\). \(k\) price(\(k\)) Figure A.1: Sample Input 1. The largest decline occurs from the fourth to the seventh price.

제약
입력 형식

The input consists of a single line containing 6 integers \(p\) (\(1 \le p \le 1\,000\)), \(a\), \(b\), \(c\), \(d\) (\(0 \le a\), b, c, \(d \le 1\,000\)) and \(n\) (\(1 \le n \le 10^{6}\)). The first 5 integers are described above. The sequence of stock prices to consider is price(1), price(2), . . . , price(\(n\)).

출력 형식

Display the maximum decline in the stock prices. If there is no decline, display the number 0. Your output should have an absolute or relative error of at most \(10^{−}^{6}\).

예제 1
입력
42 1 23 4 8 10
출력
104.855110477
예제 2
입력
100 7 615 998 801 3
출력
0.00
예제 3
입력
100 432 406 867 60 1000
출력
399.303813
문제 정보

생성자가 기록되지 않았습니다.

출처 ICPC World Finals 2015

평가 및 의견

A. Amalgamated Artichokes

개요
출제자 난이도 Unrated 레이팅 미적용 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

A. Amalgamated Artichokes

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8