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

E. Need for Speed

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

의견: 0

설명

Sheila is a student and she drives a typical student car: it is old, slow, rusty, and falling apart. Recently, the needle on the speedometer fell off. She glued it back on, but she might have placed it at the wrong angle. Thus, when the speedometer reads \(s\), her true speed is \(s + c\), where \(c\) is an unknown constant (possibly negative). Sheila made a careful record of a recent journey and wants to use this to compute \(c\). The journey consisted of \(n\) segments. In the \(i^{th}\) segment she traveled a distance of \(di\) and the speedometer read \(si\) for the entire segment. This whole journey took time \(t\). Help Sheila by computing \(c\). Note that while Sheila’s speedometer might have negative readings, her true speed was greater than zero for each segment of the journey.

제약
입력 형식

The first line of input contains two integers \(n\) (\(1 \le n \le 1\,000\)), the number of sections in Sheila’s journey, and \(t\) (\(1 \le t \le 10^{6}\)), the total time. This is followed by \(n\) lines, each describing one segment of Sheila’s journey. The \(i^{th}\) of these lines contains two integers \(d_{i}\) (\(1 \le d_{i} \le 1\,000\)) and \(s_{i}\) (|\(s_{i}\)| ≤1 000), the distance and speedometer reading for the \(i^{th}\) segment of the journey. Time is specified in hours, distance in miles, and speed in miles per hour.

출력 형식

Display the constant \(c\) in miles per hour. Your answer should have an absolute or relative error of less than \(10^{−}^{6}\).

예제 1
입력
3 5
4 -1
4 0
10 3
출력
3.000000000
예제 2
입력
4 10
5 3
2 2
3 6
3 1
출력
-0.508653377
문제 정보

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

출처 ICPC World Finals 2017

평가 및 의견

E. Need for Speed

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

Log in to rate problems.

개별 의견

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

풀이 제출

E. Need for Speed

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