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

Do You Know Your ABCs?

Bronze I 브론즈 I
난이도
2s
시간 제한
256MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

Farmer John's cows have been holding a daily online gathering on the "mooZ" video
meeting platform. For fun, they have invented a simple number game to play
during the meeting to keep themselves entertained.

Elsie has three positive integers \(A\), \(B\), and \(C\) (\(A\le B\le C\)). These
integers are supposed to be secret, so she will not directly reveal them to her
sister Bessie. Instead, she gives Bessie seven (not necessarily distinct)
integers in the range \(1 \ldots 10^9\), claiming that they are \(A\), \(B\), \(C\),
\(A+B\), \(B+C\), \(C+A\), and \(A+B+C\) in some order.

Given a list of these seven numbers, please help Bessie determine \(A\), \(B\), and
\(C\). It can be shown that the answer is unique.

Problem credits: Benjamin Qi

제약

SCORING

  • Test cases 2-3 satisfy \(C\le 50\).
  • Test cases 4-10 satisfy no additional constraints.

Problem credits: Benjamin Qi

입력 형식

The only line of input consists of seven space-separated integers.

출력 형식

Print \(A\), \(B\), and \(C\) separated by spaces.

예제 1
입력
2 2 11 4 9 7 9
출력
2 2 7
문제 정보

riseoj 작성

출처 올림피아드 > USACO > 2020-2021 > December > Bronze

태그

평가 및 의견

Do You Know Your ABCs?

개요
출제자 난이도 Bronze I 브론즈 I 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

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

풀이 제출

Do You Know Your ABCs?

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