C-OJ提交出现段错误?
问题是在https://pta.patest.cn/pta/test/558/exam/4/question/8660我自己写的代码自己运行正常,没有报错,但是提交的时候总是显示 段错误 ,不知道…
C语言 在使用内核链表的时候遇到了段错误
在做一个航班管理系统练习的时候使用了内核链表写了以下代码 // 省略一些头文件包含 typedef struct flight { char ID[10]; char departure[20]; cha…
顺序表无法初始化,提示段错误
#include #include // squeue list operator #define MAXSIZE 100 typedef int Dataype; typedef struct { Dataype data[MAXSIZE]; int length; }Sql…
- 共 1 页
- 1