Skip to content

Commit 0248f78

Browse files
committed
some refactors + add "N/A" difficulty class
1 parent f2ddfc5 commit 0248f78

File tree

10 files changed

+100
-86
lines changed

10 files changed

+100
-86
lines changed

content/6_Advanced/FFT-ext.problems.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"MODULE_ID": "fft-ext",
33
"ys": [
44
{
5-
"uniqueId": "ys-PartitionFunction!!",
5+
"uniqueId": "ys-PartitionFunction",
66
"name": "Partition Function",
77
"url": "https://judge.yosupo.jp/problem/partition_function",
88
"source": "YS",
9-
"difficulty": "?",
9+
"difficulty": "N/A",
1010
"isStarred": false,
1111
"tags": [],
1212
"solutionMetadata": {
@@ -18,7 +18,7 @@
1818
"name": "Bernoulli Number",
1919
"url": "https://judge.yosupo.jp/problem/bernoulli_number",
2020
"source": "YS",
21-
"difficulty": "?",
21+
"difficulty": "N/A",
2222
"isStarred": false,
2323
"tags": [],
2424
"solutionMetadata": {

0 commit comments

Comments
 (0)