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

Deathstar

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

의견: 0

설명

\(4^{th}\) round, December \(19^{th}\) 2015
Young jedi Ivan has infiltrated in The Death Star and his task is to destroy it. In order to destroy
The Death Star, he needs an array of n\(on-ne\)gative integers \(a\)\(i\) of length \(N\) that represents the code
for initiating the se\(lf-de\)struction of The Death Star. Ivan doesn’t have the array, but he has a piece
of paper with requirements for that array, given to him by his good old friend Darth Vader.
On the paper, a square matrix of the size \(N\) is written down. In that matrix \(m\) in the \(i\)th row and \(j\)th
column there is a number that is equal to bitwise and between numbers \(a_{i}\) and \(a_{j}\). Unfortunately, a
lightsaber has destroyed all the fields on the matrix’s main diagonal and Ivan cannot read what is on
these fields. Help Ivan to reconstruct an array for the se\(lf-de\)struction of The Death Star that meets
the requirements of the matrix.
The solution doesn’t need to be unique, but will always exist.

제약
입력 형식

The first line of input contains the integer \(N\) (1 ⩽\(N\) ⩽1 000), size of the matrix.
Each of the following \(N\) lines contains \(N\) numbers \(m@@RISE_MATH_BLOCK_0@@ij\)\(10^{9}\)), the elements of the matrix.

출력 형식

The first and only line of output must contain any array of \(N\) n\(on-ne\)gative integers less than \(10^{9}\) that
meet the requirements from the task.

예제 1
입력
3
0 1 1
1 0 1
1 1 0
5
0 0 1 1 1
0 0 2 0 2
1 2 0 1 3
1 0 1 0 1
1 2 3 1 0
출력
output
1 1 1
1 2 3 1 11
설명

Clarification of the first example: It is clear that one of the arrays that meets the requirements from the
matrix is [1 1 1]. Notice that this is not the only possible solution.

문제 정보

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

출처 COCI 2015/2016 Contest 4

평가 및 의견

Deathstar

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

Log in to rate problems.

개별 의견

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

풀이 제출

Deathstar

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