Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ Leetcode 160题参数不匹配 #42

Open
ASGPIPO opened this issue Nov 28, 2024 · 0 comments
Open

C++ Leetcode 160题参数不匹配 #42

ASGPIPO opened this issue Nov 28, 2024 · 0 comments

Comments

@ASGPIPO
Copy link

ASGPIPO commented Nov 28, 2024

在vscode 1.95.3 中 使用本插件 v0.2.3 进行Leecode 160题debug时出现
“Input parameters is not match the problem!”
使用“Debug Input”功能手动输入案例依然会出现上述情况。
但如果形式为 参数一\n参数二 可以进入调试,但会在下列代码报错 “Aborted”。

vector<int> parseNumberArray(cJSON *node)
{
    if (node->type != cJSON_Array)
    {
        throw "Parse parameter error, expect NumberArray";
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant