fix(curriculum): fixed incorrect exponent display (#45284)
This commit is contained in:
committed by
GitHub
parent
b4ec62dbdb
commit
8c37389701
@ -8,7 +8,7 @@ dashedName: problem-250-250250
|
|||||||
|
|
||||||
# --description--
|
# --description--
|
||||||
|
|
||||||
Find the number of non-empty subsets of $\\{11, 22, 33, \ldots, {250250}^{250250}\\}$, the sum of whose elements is divisible by 250. Enter the rightmost 16 digits as your answer.
|
Find the number of non-empty subsets of $\\{{1}^{1}, {2}^{2}, {3}^{3}, \ldots, {250250}^{250250}\\}$, the sum of whose elements is divisible by 250. Enter the rightmost 16 digits as your answer.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user