Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sun-zhenxing/leetcode-playground


https://github.com/sun-zhenxing/leetcode-playground

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# VS Code C++/Python 调试工具包

用于编写 LeetCode 代码时进行调试。

条件:

- VS Code
- VS Code Python 扩展包
- VS Code CMake 扩展包
- VS Code C/C++ 工具

测试 C++ 代码:

```bash
gcc -o test.exe test.cpp && test.exe
```