-
**Version:**
What's the plugin version are you using?
IntelliJ IDEA 2023.2.4 Build #IU-232.10203.10
JDK: 17.0.8.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
OS: Windows 11
Plugin…
-
### leetgo debug
Leetgo version info :
```
1.4.11
commit: 2656a5ce011a8874d2e04ae6cb4b02263499c595
built at: 2024-11-09T05:14:22Z
goos: darwin
goarch: arm64
```
Home dir : /Users…
-
**Describe the bug**
If I try to run any code, a null pointer exception occurs.
**To Reproduce**
1. Open any question
2. Click on run (you don't need to write any code, the error still happens)
…
-
com.shuzijun.lc.errors.LcException: executePost error
at com.shuzijun.lc.http.DefaultExecutoHttp.lambda$executePost$2(DefaultExecutoHttp.java:122)
at com.shuzijun.lc.http.InterceptorChain.proceed(…
-
Hi, I am trying to run the run_judge scripts for evaluation, but there are some error bugs I could not solved. Could you please help me to fix this?
`/home/judge/scripts# java -Xmx512M -cp .:leetco…
-
-
### LeetCode Username
Atheeqxcode
### Problem Number, Title, and Link
https://leetcode.com/problems/array-partition/?envType=problem-list-v2&envId=sorting
### Bug Category
Problem constraints, Pr…
-
class Solution {
public int minCostToMoveChips(int[] position) {
int even = 0;
int odd = 0;
for(int i : position) {
if(i % 2 == 0) even++;
els…
-
### LeetCode Username
GvsKaushal
### Problem Number, Title, and Link
237,Delete Node in a Linked List,https://leetcode.com/problems/delete-node-in-a-linked-list/description/
### Bug Category
Miss…
-
## Summary
| Status | Count |
|---------------|-------|
| 🔍 Total | 733 |
| ✅ Successful | 712 |
| ⏳ Timeouts | 3 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 0 |
| ❓ Unknown…