// editor2
#include<stdio.h>
#include<stdlib.h>
typedef struct node{
    int data;
    struct node*next;
}Node;
Node*head=NULL,*tail=NULL;
void create(int num){
    Node*newNode=(Node*)malloc(sizeof(Node));
    newNode->data=num;
    newNode->next=NULL;
}
int size,i,num;
void deletion(){
    if(size<10){
        printf("10 700 40 58");
        return 1;
    }
}
for(i=0;i<size;i++)
{
    printf("%d",size);
    scanf("%d",&size)
    if(size<0){
    printf("Invalid input");
    return 0;
}