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

Zapina

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

의견: 0

설명

There is a total of \(N\) young programmers which are preparing for the second part of competitive season
during a winter camp in Krapina Zagreb. Mr. Malnar, a big promoter of order, discipline and hard work,
told the programmers to form a line and gave each of them a certain number (possibly zero) tasks. He
gave away a total of N different tasks and he knows that the \(i-th\) programmer in line will be happy if
they got exactly \(i\) tasks.
In how many different ways could Mr. Malnar give out the tasks in such a way that at least one
programmer was happy? Two ways of giving out the tasks are considered different if there exists a
programmer and a task such that in one way that programmer received that task while in the other one
they didn’t.

제약

Subtask
Score
Constraints
1
22
\(1 \le N \le 7\)
2
33
\(1 \le N \le 20\)
3
55
No additional constraints.

입력 형식

The first line contains an integer \(N\) (\(1 \le N \le 350\)) from task description.

출력 형식

Output the sought number of ways modulo \(10^{9} + 7\).

예제 1
입력
1
출력
1
예제 2
입력
2
출력
3
예제 3
입력
314
출력
192940893
설명

Clarification of the second example:
Ways of giving out the tasks in which at least one programmer is happy are:
1. First task to first programmer, second task to the second one.
2. Second task to the first programmer, first task to the second one.
3. Both tasks to the second programmer.

문제 정보

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

출처 COCI 2019/2020 Contest 5

평가 및 의견

Zapina

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

Log in to rate problems.

개별 의견

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

풀이 제출

Zapina

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