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

Problem Setting

Diamond IV 다이아몬드 IV
난이도
2s
시간 제한
256MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

*Note: The memory limit for this problem is 512MB, twice the default.*

Farmer John created \(N\) (\(1\le N\le 10^5\)) problems. He then recruited \(M\)
(\(1\le M\le 20\)) test-solvers, each of which rated every problem as "easy" or
"hard."

His goal is now to create a problemset arranged in increasing order of
difficulty, consisting of some subset of his \(N\) problems arranged in some
order. There must exist no pair of problems such that some test-solver thinks
the problem later in the order is easy but the problem earlier in the order is
hard.

Count the number of distinct nonempty problemsets he can form, modulo \(10^9+7\).

Problem credits: Benjamin Qi

제약

SCORING

  • Inputs 3-4: \(M=1\)
  • Inputs 5-14: \(M\le 16\)
  • Inputs 15-22: No additional constraints.

Problem credits: Benjamin Qi

입력 형식

The first line contains \(N\) and \(M\).

The next \(M\) lines each contain a string of length \(N\). The \(i\)th character of
this string is E if the test-solver thinks the \(i\)th problem is easy, or H
otherwise.

출력 형식

The number of distinct problemsets FJ can form, modulo \(10^9+7\).

예제 1
입력
3 1
EHE
출력
9
설명

The nine possible problemsets are as follows:

[1]
[1,2]
[1,3]
[1,3,2]
[2]
[3]
[3,1]
[3,2]
[3,1,2]

Note that the order of the problems within the problemset matters.

예제 2
입력
10 6
EHEEEHHEEH
EHHHEEHHHE
EHEHEHEEHH
HEHEEEHEEE
HHEEHEEEHE
EHHEEEEEHE
출력
33
문제 정보

riseoj 작성

출처 올림피아드 > USACO > 2022-2023 > February > Platinum

태그

평가 및 의견

Problem Setting

개요
출제자 난이도 Diamond IV 다이아몬드 IV 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

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

풀이 제출

Problem Setting

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