空闲 问答列表

在 Leetcode 中获取 heap-use-after-free

作者:MeYokYang 提问时间:11/21/2022

我有一个 Leetcode 问题,No.142,链表周期 II。我的代码就是这样: /** * Definition for singly-linked list. * struct ListN...

是否可以在没有 for 循环的情况下释放 2D 数组?

作者:Zhiren Zhou 提问时间:10/2/2023

#include <stdio.h> #include <stdlib.h> void* create2dArray(int r,int c) { int (*arr)[c] = (int(*)[...

C 语言中的 monty pop 操作码

作者:scisamir 提问时间:10/24/2023

我尽了我所能,调试了超过 24 小时,但仍然无法修复这个错误。 我正在尝试实现 monty intepreter 的 pop 操作码。 使用 test.m 文件进行测试: push 1 push ...


共3条 当前第1页