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

Utrka

Unrated 레이팅 미적용
난이도
2s
시간 제한
32MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

\(4^{th}\) round, January \(18^{th}\), 2014

Mirko and Slavko are the only two contestants at the Grand Prix of Dabrovina Donja which is driven
through nearby villages. The villages are connected via o\(ne-wa\)y roads, and for each road i we know M_{i}
and S_{i}, the time necessary for Mirko and Slavko to cross that road. The race itself is circular (meaning it
starts and begins in the same village), but the route itself hasn't been determined yet.

Mirko has bribed the organisers of the race so they'd pick a route in his favour. Specifically, the
organisers are going to pick the shortest route (containing the minimal number of roads) such that
Mirko is strictly faster than Slavko on that route. If, by any chance, there are several such routes, the
organisers choose the one where Mirko gains maximal advantage.

제약
입력 형식

The first line of input contains two integers N, M (\(2 \le N \le 300\), \(2 \le M \le N\)(\(N-1\))), the number of
villages and the number of connecting roads.
Each of the following M lines contains 4 integers A_{i}, B_{i}, M_{i}, S_{i} (\(1 \le A_{i}\), \(B_{i} \le N\), \(A_{i} \ne B_{i}\), \(0 \le S_{i}\), M_{i} ≤
\(10^{6}\)). Respectively, the initial and ending village of the i^{th} road, the time necessary for Mirko and the
time necessary for Slavko to cross that road. There won't exist two different roads that connect the
same pair of villages in the same direction.

출력 형식

The first and only line of output must contain two integers: the shortest possible route (with the
minimal number of roads) such that Mirko wins, and the maximal advantage Mirko can gain on a route
of the shortest length.

Please note: The input data will be such that a route which meets the conditions from the text will
always exist.

예제 1
입력
3 4
1 2 3 0
2 3 3 0
3 1 0 100
2 1 0 4
출력
2 1
예제 2
입력
5 7
1 2 4 1
2 3 5 1
3 1 1 6
1 3 15 5
2 4 7 5
4 5 1 4
5 3 1 0
출력
5 2
문제 정보

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

출처 COCI 2013/2014 Contest 4

평가 및 의견

Utrka

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

Log in to rate problems.

개별 의견

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

풀이 제출

Utrka

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