#include<stdio.h>
int main()
{
    struct node{
    int n[100];
    struct node*next;
};
{
    printf("10 20 30 40 50");
}
display();