#include<stdio.h>
#include<stdlib.h>
struct node
{
    int data;
    struct node*next;
};
int main()
{
    struct node int*a=NULL,*b=NULL,*c=NULL,*d=NULL,*e=NULL,*n,*head;
    a=(struct node*)malloc(sizeof(struct node));
    b=(struct node*)malloc(sizeof(struct node));
    c=(struct node*)malloc(sizeof(struct node));
    d=(struct node*)malloc(sizeof(struct node));
    e=(struct node*)malloc(sizeof(struct node));
    scanf("%d ",&a->data);
    scanf("%d ",&b->data);
    scanf("%d ",&c->data);
    scanf("%d ",&d->data);
    scanf("%d ",&e->data);
    printf("%d ",&a->data);
    printf("%d ",&b->data);
    printff("%d ",&c->data);
    printf("%d ",&d->data);
    printf("%d ",&e->data);
    return 0;
}