编写一个完整的程序,实现单链表的建立、插入、删除、输出等基本操作。typedef int Elemtypetypedefint status#define OVERFLOW-2#define OK 1#define ERROR -1#include "stdio.h"#incl2023-02-21JavaScript220