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

Automobil

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

의견: 0

설명

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

Mirko has found a matrix with \(N\) rows and \(M\) columns at the back seat of his car. The first

row of the matrix consists of numbers 1, 2, ... \(M\) , the second row of numbers \(M\) +1, \(M\) +2, ...

2⋅ \(M\) and so on until the \(N\) ^{th} row which consists of numbers ( \(N\) -1)⋅ \(M + 1\), ( \(N\) -1)⋅ \(M + 2\), ...

\(N\)\(M\) , respectively.

For example, for \(N\) = 3 and \(M\) = 4:

1
2
3
4
5
6
7
8
9
10
11
12

Such matrix wasn’t interesting enough to him, so he chose a row or a column \(K\) times and

multiplied its values with a n\(on-ne\)gative integer.

Naturally, now he wants to know the sum of all the values from the matrix. Since this sum

can be very large, Mirko will be satisfied with the value modulo 10 ^{9} + 7. Help Mirko answer

this question.

제약

In test cases worth a total of 50 points, it will hold 1 ≤ \(N\) , \(M\) ≤ 1000.

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

입력 형식

The first line of input contains the numbers \(N\) (1 ≤ \(N \le 1\,000\,000\)), \(M\) (1 ≤ \(M \le 1\,000\)

000) and \(K\) (1 ≤ \(K\) ≤ 1000) from the task.
Each of the following \(K\) lines describes:

Either the multiplication of the \(X\) ^{th} row with \(Y\) , in the form of "R \(X\) \(Y\) ", where “R”

represents row multiplication, \(X\) is a positive integer (1

\(X\)

N), and \(Y\) is a

n\(on-ne\)gative integer (0 ≤ \(Y\) ≤ 10 {9}{ }).

Or the multiplication of the \(X\) ^{th} column with \(Y\) , in the form of “S \(X\) \(Y\) ”, where “S”

represents column multiplication, \(X\) is a positive integer (1
\(X\)\(M\) ), and \(Y\) is a

n\(on-ne\)gative integer (0 ≤ \(Y\) ≤ 10 {9}{ }).

출력 형식

You must output the sum of the final values from the matrix modulo 10 {9}{ } + 7.

예제 1
입력
3 4 4
R 2 4
S 4 1
R 3 2
R 2 0
출력
94
예제 2
입력
3 1 1
S 1 4
출력
24
예제 3
입력
2 4 4
S 2 0
S 2 3
R 1 5
S 1 3
출력
80
문제 정보

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

출처 COCI 2017/2018 Contest 4

평가 및 의견

Automobil

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

Log in to rate problems.

개별 의견

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

풀이 제출

Automobil

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