it keeps showing the error NON PORTABLE CONVERSION and COMPOUND STATEMENT MISSING…help me

后端 未结 0 1642
情歌与酒
情歌与酒 2020-12-30 01:38
#include 
#include 

struct node {
    int info;
    struct node *ptr;
};

struct node *head1 = NULL,
    *curr1,
    *curr2,
    *curr         


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