Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Same0620 authored Sep 22, 2024
1 parent f71334a commit 3016293
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pC/statement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
神魔之塔的眾神魔在受到「六芒星的束縛」影響後,都感受到了自身戰力或多或少的降低,因此,為了反抗,他們決定融合第 $a$ 樓到第 $b$ 樓的神魔,以產生一個戰力超群的大神魔Ex,而他的戰力會是被融合的所有神魔戰力的乘積。但由於事關重大,因此神魔們希望進行 $q$ 次模擬融合,第 $i$ 次模擬會融合第 $a_i$ 樓到第 $b_i$ 樓的所有神魔,請你輸出該次融合產生的大神魔Ex的戰力會有多少。若答案過大,則對 $998244353$ 取模。

## 輸入
- $1\le n, q \le 10^{6}$
- $1\le m \le 100$
- $1\le a_i, b_i \le n$
- $1\le c_i \le 10^{9}$
第一行包含三個正整數 $n, m, q$。
第二行包含 $m$ 個正整數,第 $i$ 個為 $c_i$。
接下來 $q$ 行,每行包含兩個正整數 $a_i, b_i$。
## 輸出
TODO: 輸出說明

## 輸入限制
- TODO: 輸入限制

- $1\le n, q \le 10^{6}$
- $1\le m \le 100$
- $1\le a_i \le b_i \le n$
- $1\le c_i \le 10^{9}$
## 子任務
\subtasks

Expand Down

0 comments on commit 3016293

Please sign in to comment.