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

Wand

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

의견: 0

설명

1 \(s / 64\) \(MB / 70\) points

Kile really liked Nikola's task with wizards and a wand (see task Elder ) so he decided to make his

own version. He imagined that instead of the 26 wizards there are \(N\) of them labeled with integers

from 1 to \(N\) and that \(M\) duels must be held among the wizards. It is possible that a duel between the

same pair of wizards will be held multiple times.

As in Nikola's task, if before the match the wand belonged to the loser, after the match the wand will

be assigned to the winner.

If we know in advance for each duel which pair of wizards will fight, as well as which of them will win

and if we can choose the order in which the duels will be held, then Kile wants to know in whose

hands the wand can end up in after all \(M\) duels.

In the beginning, the wand belongs to the wizard with the label 1.

제약

In the sample tests totally worth 20% of points it will be true that 1 ≤ \(N\) , \(M\) ≤ 10.

입력 형식

The first line contains two integers \(N\) and \(M\) (1 ≤ \(N\) , \(M\) ≤ 100 000).
In the following \(M\) lines there are two numbers \(X\) {i} and \(Y\) will win} (1 ≤ \(Xi\) , \(Yi\)\(N\) , \(Xi\)\(Yi\) ). The wizard \(X\) _{i

the fight against wizard \(Y\) {i}{ }.

출력 형식

Print \(N\) characters in the first and only line. The character at the \(k\) {th}{ } position should be '1' if the wizard
labeled with \(k\) can rule over the wand after all \(M\) duels and '0' otherwise.

예제 1
입력
3 2
2 3
3 1
출력
011
예제 2
입력
2 2
2 1
1 2
출력
11
예제 3
입력
5 5
3 1
2 1
4 3
4 5
2 5
출력
01110
문제 정보

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

출처 COCI 2018/2019 Contest 4

평가 및 의견

Wand

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

Log in to rate problems.

개별 의견

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

풀이 제출

Wand

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