#include <stdio.h>

int main() {
    //char n;
    //char name[44]="vanshika";
    char name[50];
    //fgets(name,40,stdin);
    scanf("%s",name);
    printf("%s",name);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: