#include<stdio.h>
#include<stdlib.h>
struct node
{
    int data;
    struct node*next;
}
*head=NULL,*tail;
int main()
{
    int o,v,flag=0;
    scanf("%d %d,&0,&V")
    struct node*temp=head;
    while(temp)
    }