-
#### Your LeetCode username
svetlin_zarev
#### Category of the bug
- [ ] Question
- [ ] Solution
- [ ] Language
- [X] Missing Test Cases
#### Description of the bug
I was able t…
-
#### Your LeetCode username
svetlin_zarev
#### Category of the bug
- [ ] Question
- [ ] Solution
- [ ] Language
- [X] Missing Test Cases
#### Description of the bug
An incorrect…
-
Here is my Cargo.toml profile
```rust
[package]
name = "rustlibrary"
version = "0.2.0"
authors = [
"James Zow "
]
license = "Apache-2.0"
repository = "https://github.com/Jzow/rustlibrar…
-
以下知るたびに列挙していく。
-
I installed this from the AUR. When I try to get some questions, i get this error.
the full error in its glory:
```
[2022-04-04T01:03:14Z TRACE leetcode_cli::plugins::chrome] Derive cookies from go…
-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.7.3
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️Server loggin…
-
I am getting empty environment variables on Python projects even I set a value after IntelliJ Update
```
IntelliJ IDEA 2022.2 (Community Edition)
Build #IC-222.3345.118, built on July 26, 2022
R…
-
There are a few checks that are currently only done at macro invocation time (or are not done at all) that really would make more sense to do a macro definition time.
This is a tracking issue to im…
-
**你的 LeetCode 用户名**
ziyouwa
**Bug 类型**
- [ ] 题目:[6. Z 字形变换](https://leetcode-cn.com/problems/zigzag-conversion/)
- [x ] 题解
- [ ] 编程语言
- [ ] 缺少测试用例
**描述**
在使用tuple赋值变量时遇到错误,同样的代码在rustplaygr…
-
剑指Offer题库的预准备工作:(目标是:脚本输入算法题的URL后,自动化完成所有配置,直接开始做题即可;脚本名称:offerauto.py)
1. 复制题目URL,获取题目名称;
2. 在docs/notes/剑指Offer路径下创建"题目名称"+".md"文件;(题目名称中间的空格删掉,"."换为"-")
3. 在该文件下添加标题:一级目录的超链接,如# [剑指 Offer …