Skip to content

Commit eeae749

Browse files
committed
Update metadata and markdown after harvest
1 parent f4981f4 commit eeae749

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

codeforces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
<td align="center">2</td>
4242
<td><a href="https://codeforces.com/contest/2225/problem/B"><b>B</b> - Alternating String</a></td>
4343
<td align="center"><a href="https://codeforces.com/contest/2225/submission/372014259" title="C++23 (GCC 14-64, msys2)"><code>C++23 (GCC 14-64, msys2)</code></a></td>
44-
<td><code>brute force</code></td>
44+
<td><code>brute force</code> <code>greedy</code></td>
4545
<td align="center"><sub>Apr/21/2026 21:09</sub></td>
4646
</tr>
4747
<tr>
4848
<td align="center">3</td>
4949
<td><a href="https://codeforces.com/contest/2225/problem/A"><b>A</b> - A Number Between Two Others</a></td>
5050
<td align="center"><a href="https://codeforces.com/contest/2225/submission/371988810" title="C++23 (GCC 14-64, msys2)"><code>C++23 (GCC 14-64, msys2)</code></a></td>
51-
<td><code>math</code></td>
51+
<td><code>chinese remainder theorem</code> <code>interactive</code> <code>math</code> <code>probabilities</code></td>
5252
<td align="center"><sub>Apr/21/2026 20:39</sub></td>
5353
</tr>
5454
<tr>
@@ -16272,6 +16272,6 @@
1627216272

1627316273
<div align="center">
1627416274

16275-
*Last Updated: April 21, 2026 at 23:58 BDT (UTC+6)*
16275+
*Last Updated: April 23, 2026 at 00:00 BDT (UTC+6)*
1627616276

1627716277
</div>

submissions/submissions.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54131,7 +54131,7 @@
5413154131
"timestamp": "Apr/16/2026 02:54"
5413254132
},
5413354133
"CF371988810": {
54134-
"__info_message": "Info: storing URL",
54134+
"__info_message": "Info: Updating Tags",
5413554135
"contest_id": 2225,
5413654136
"language": "C++23 (GCC 14-64, msys2)",
5413754137
"path": null,
@@ -54142,12 +54142,15 @@
5414254142
"submission_id": "CF371988810",
5414354143
"submission_url": "https://codeforces.com/contest/2225/submission/371988810",
5414454144
"tags": [
54145-
"math"
54145+
"chinese remainder theorem",
54146+
"interactive",
54147+
"math",
54148+
"probabilities"
5414654149
],
5414754150
"timestamp": "Apr/21/2026 20:39"
5414854151
},
5414954152
"CF372014259": {
54150-
"__info_message": "Info: storing URL",
54153+
"__info_message": "Info: Updating Tags",
5415154154
"contest_id": 2225,
5415254155
"language": "C++23 (GCC 14-64, msys2)",
5415354156
"path": null,
@@ -54158,7 +54161,8 @@
5415854161
"submission_id": "CF372014259",
5415954162
"submission_url": "https://codeforces.com/contest/2225/submission/372014259",
5416054163
"tags": [
54161-
"brute force"
54164+
"brute force",
54165+
"greedy"
5416254166
],
5416354167
"timestamp": "Apr/21/2026 21:09"
5416454168
},

0 commit comments

Comments
 (0)