http://mirror.codeforces.com/problemset/problem/266/B
It has tags for graph matchings + shortest paths but that is overkill. Is there a way I can edit the tags?
| № | Пользователь | Рейтинг |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | jiangly | 3631 |
| 4 | Kevin114514 | 3574 |
| 5 | maroonrk | 3521 |
| 6 | strapple | 3515 |
| 7 | Radewoosh | 3461 |
| 8 | tourist | 3428 |
| 9 | turmax | 3378 |
| 10 | Um_nik | 3376 |
| Страны | Города | Организации | Всё → |
| № | Пользователь | Вклад |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 140 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
http://mirror.codeforces.com/problemset/problem/266/B
It has tags for graph matchings + shortest paths but that is overkill. Is there a way I can edit the tags?
| Название |
|---|



A tag is not supposed to be "the easiest way to solve a problem", rather it is "a way to solve the problem". (might also have other information about the problem)
Tags some times may be misleading. The rating of a problem is generally a more consistent measure of what the task actually expects you to accomplish.
An 800 rated task tagged with graphs/ dp,etc. is an overkill. But that’s generally not the case if a task is rated 1400 or 1600.
You said almost the same thing as the OP did. So I'm gonna say this again.
An 800 rated task tagged with graphs/dp is not an overkill. Solving an 800 rated task with graphs/dp might be an overkill. But if it is solvable using graphs/dp, it is not misleading.
Tags just show the approach(es) you can take to solve the problem, not just the (subjectively) easiest approach.
.