#include <stdio.h>
int main() {
    printf("Enter the name:");
    scanf("%d",&name);
    return 0;
}