fix(misc/bvid_desc.md): cpp highlight & remove old links

This commit is contained in:
SessionHu 2025-04-20 01:03:10 +08:00
parent 031e28eb62
commit ea76fb00e6
No known key found for this signature in database
GPG Key ID: 9E7E64C25FE3301A

View File

@ -384,7 +384,7 @@ func main() {
### C++ ### C++
```c++ ```cpp
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>
#include <print> #include <print>
@ -497,9 +497,7 @@ int main() {
### 编程实现 ### 编程实现
使用 [Python](#Python) [C](#C) [TypeScript](#TypeScript) [Java](#Java) [Kotlin](#Kotlin) [Golang](#Golang) [Rust](#Rust) 等语言作为示例,欢迎社区提交更多例程 使用 Python C TypeScript Java Kotlin Golang Rust 等语言作为示例,欢迎社区提交更多例程
注: 新算法只提供了 [Python](#Python) 和 [Rust](#Rust) 版本
#### Python #### Python