ERROR : Displaying linked list without dynamic allocation (DISPLAY not working)

前端 未结 0 1093
走了就别回头了
走了就别回头了 2020-12-06 14:32
#include 
using namespace std;
struct node
{
int a;
node *next=NULL;
 void insert()
{
   cout<<"\\n"<<"insert a value &quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题