algorithm icon indicating copy to clipboard operation
algorithm copied to clipboard

solve, test, debug question for leetcode

Results 31 algorithm issues
Sort by recently updated
recently updated
newest added

官方的leetcode插件在提交后可以看到这些信息,不知道该插件能不能显示这些信息呢

enhancement

你好,最近我在使用剑指offer 30题时使用以下测试用例时会报错 > // @title bao-han-minhan-shu-de-zhan-lcof // @test(["MinStack","push","push","push","min","pop","top","min"],[[],[-2],[0],[-3],[],[],[],[]]) = [null,null,null,null,-3,null,0,-2] // @test(["MinStack","push","push","push","min","top","pop","min"],[[],[-2],[0],[-1],[],[],[],[]]) = [null,null,null,null,-2,-1,null,-2] > Error: returnType list not support at handleReturn (/home/xxx.vscode/extensions/supperchong.algorithm-0.0.6/out/common/util.js:703:11) at Object.handleArgsType (/home/xxx/.vscode/extensions/supperchong.algorithm-0.0.6/out/common/util.js:716:26) at /home/xxx/.vscode/extensions/supperchong.algorithm-0.0.6/out/child_process/execTestCode.js:53:38 at Generator.next...

enhancement
good first issue

Leetcode [652. 寻找重复的子树](https://leetcode.cn/problems/find-duplicate-subtrees/) 语言:C++ 问题:在test和debug官方题解时报错:parse params err: Error: returnType list not support

请问能否支持以下功能: - 在提交之后显示当前提交的运行时间排名和内存排名 - 在编译错误或运行错误的时候,显示LeetCode给出的报错,方便定位与修改

您好,我在使用c++20的语法特征时,发生错误。 如下图所示,请问这个插件使用cpp做题时是默认使用 c++17标准吗?可以修改吗? `Command failed: g++ -I . -g main/main.cpp "-std=c++17" -o main/main` ![image](https://github.com/supperchong/algorithm/assets/98147619/756689a1-bc68-4b3c-87c0-695e1e03642c) 下面是我`C/C++`插件的设置: ![image](https://github.com/supperchong/algorithm/assets/98147619/f293cad5-44fa-4db3-9cd7-9581276bd7f5)

点Constest的时候会报错:ID 为 2022 年度杭州未来科技城数字经济人才编程大赛 的元素已被注册 ![CleanShot 2023-10-04 at 13 38 03@2x](https://github.com/supperchong/algorithm/assets/67474179/28242e10-dcc0-495c-a432-479d9a4307be)

希望新增C语言的支持

![image](https://user-images.githubusercontent.com/41614693/227905343-2fe72d8a-fa3f-47af-96cc-a57cbe5e45ce.png)