fix(curriculum): fixed incorrect exponent display (#45284)

This commit is contained in:
KushagraAgarwal525
2022-02-28 21:30:30 +05:30
committed by GitHub
parent b4ec62dbdb
commit 8c37389701

View File

@ -8,7 +8,7 @@ dashedName: problem-250-250250
# --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--